Html Css Color HEX #D6624D Flamingo

📋 copy color: '#D6624D'

red 214 ◦ green 98 ◦ blue 77

#D6624D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #D6624D

Tints of Flamingo #D6624D

RGB

 RED value IS 214 (83.98% from 255) = 55.01%

 GREEN value IS 98 (38.67% from 255) = 25.19%

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 55.01%
G = 25.19%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6624D (or 0xD6624D) is known color: Flamingo. HEX triplet: D6, 62 and 4D. RGB value is (214,98,77). Sum of RGB (Red+Green+Blue) = 214+98+77=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6624D is #299DB2. Grayscale: #828282. Windows color (decimal): -2727347 or 5071574. OLE color: 5071574.

HSL color Cylindrical-coordinate representation of color #D6624D: hue angle of 9.2º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6624D is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 77 -
CMYK 0 0.54 0.64 0.16
HSL 9.2º 0.63% 0.57% -
HSV(B) 9.2º 0.64% 0.84% -
XYZ 33.44 23.57 9.81 -
YUV 130.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 214 98 77 0 0.54 0.64 0.16 9.2 0.63 0.57
Hex D6 62 4D 0 36 40 10 9 3F 39
Octal 326 142 115 0 66 100 20 11 77 71
Binary 11010110 1100010 1001101 0 110110 1000000 10000 1001 111111 111001

Color Harmonies of #D6624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6624D

Black with #D6624D

Text Example


Text Example

White with #D6624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6624D; }

 p { color: rgb(214,98,77); }

 H1.HeaderClassName
 {
   color: #D6624D;
 }
 .AnyTagClassName
 {
   color: #D6624D;
 }
</style>

background-color css

<style>
 a { background-color: #D6624D; }

 a { background-color: rgb(214,98,77); }

 div.DivClassName
 {
   background-color: #D6624D;
 }
 .BgClassName
 {
   background-color: #D6624D;
 }
</style>

border-color css

<style>
 span { border-color: #D6624D; }

 span { border-color: rgb(214,98,77); }

 td.TdClassName
 {
   border-color: #D6624D;
 }
 .TagClassName
 {
   border-color: #D6624D;
 }
</style>