Html Css Color HEX #D6405B Cerise

📋 copy color: '#D6405B'

red 214 ◦ green 64 ◦ blue 91

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

Shades of Cerise #D6405B

Tints of Cerise #D6405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 57.99%
G = 17.34%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6405B (or 0xD6405B) is known color: Cerise. HEX triplet: D6, 40 and 5B. RGB value is (214,64,91). Sum of RGB (Red+Green+Blue) = 214+64+91=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6405B is #29BFA4. Grayscale: #6F6F6F. Windows color (decimal): -2736037 or 5980374. OLE color: 5980374.

HSL color Cylindrical-coordinate representation of color #D6405B: hue angle of 349.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 #D6405B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 91 -
CMYK 0 0.70 0.57 0.16
HSL 349.2º 0.65% 0.55% -
HSV(B) 349.2º 0.7% 0.84% -
XYZ 31.45 18.72 11.85 -
YUV 111.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 214 64 91 0 0.70 0.57 0.16 349.2 0.65 0.55
Hex D6 40 5B 0 46 39 10 15D 41 37
Octal 326 100 133 0 106 71 20 535 101 67
Binary 11010110 1000000 1011011 0 1000110 111001 10000 101011101 1000001 110111

Color Harmonies of #D6405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6405B

Black with #D6405B

Text Example


Text Example

White with #D6405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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