Html Css Color HEX #DC405B Cerise

📋 copy color: '#DC405B'

red 220 ◦ green 64 ◦ blue 91

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

Shades of Cerise #DC405B

Tints of Cerise #DC405B

RGB

 RED value IS 220 (86.33% from 255) = 58.67%

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

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

R = 58.67%
G = 17.07%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC405B (or 0xDC405B) is known color: Cerise. HEX triplet: DC, 40 and 5B. RGB value is (220,64,91). Sum of RGB (Red+Green+Blue) = 220+64+91=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC405B is #23BFA4. Grayscale: #717171. Windows color (decimal): -2342821 or 5980380. OLE color: 5980380.

HSL color Cylindrical-coordinate representation of color #DC405B: hue angle of 349.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC405B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 91 -
CMYK 0 0.71 0.59 0.14
HSL 349.62º 0.69% 0.56% -
HSV(B) 349.62º 0.71% 0.86% -
XYZ 33.24 19.64 11.94 -
YUV 113.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 220 64 91 0 0.71 0.59 0.14 349.62 0.69 0.56
Hex DC 40 5B 0 47 3B E 15E 45 38
Octal 334 100 133 0 107 73 16 536 105 70
Binary 11011100 1000000 1011011 0 1000111 111011 1110 101011110 1000101 111000

Color Harmonies of #DC405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC405B

Black with #DC405B

Text Example


Text Example

White with #DC405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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