Html Css Color HEX #D6406A Cerise

📋 copy color: '#D6406A'

red 214 ◦ green 64 ◦ blue 106

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

Shades of Cerise #D6406A

Tints of Cerise #D6406A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 55.73%
G = 16.67%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6406A (or 0xD6406A) is known color: Cerise. HEX triplet: D6, 40 and 6A. RGB value is (214,64,106). Sum of RGB (Red+Green+Blue) = 214+64+106=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D6406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6406A is #29BF95. Grayscale: #717171. Windows color (decimal): -2736022 or 6963414. OLE color: 6963414.

HSL color Cylindrical-coordinate representation of color #D6406A: hue angle of 343.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6406A is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 106 -
CMYK 0 0.70 0.50 0.16
HSL 343.2º 0.65% 0.55% -
HSV(B) 343.2º 0.7% 0.84% -
XYZ 32.17 19 15.61 -
YUV 113.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 214 64 106 0 0.70 0.50 0.16 343.2 0.65 0.55
Hex D6 40 6A 0 46 32 10 157 41 37
Octal 326 100 152 0 106 62 20 527 101 67
Binary 11010110 1000000 1101010 0 1000110 110010 10000 101010111 1000001 110111

Color Harmonies of #D6406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6406A

Black with #D6406A

Text Example


Text Example

White with #D6406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6406A; }

 p { color: rgb(214,64,106); }

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

background-color css

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

 a { background-color: rgb(214,64,106); }

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

border-color css

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

 span { border-color: rgb(214,64,106); }

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