Html Css Color HEX #DC405C Cerise

📋 copy color: '#DC405C'

red 220 ◦ green 64 ◦ blue 92

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

Shades of Cerise #DC405C

Tints of Cerise #DC405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 58.51%
G = 17.02%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC405C (or 0xDC405C) is known color: Cerise. HEX triplet: DC, 40 and 5C. RGB value is (220,64,92). Sum of RGB (Red+Green+Blue) = 220+64+92=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC405C is #23BFA3. Grayscale: #717171. Windows color (decimal): -2342820 or 6045916. OLE color: 6045916.

HSL color Cylindrical-coordinate representation of color #DC405C: hue angle of 349.23º 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 #DC405C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 92 -
CMYK 0 0.71 0.58 0.14
HSL 349.23º 0.69% 0.56% -
HSV(B) 349.23º 0.71% 0.86% -
XYZ 33.28 19.66 12.16 -
YUV 113.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 220 64 92 0 0.71 0.58 0.14 349.23 0.69 0.56
Hex DC 40 5C 0 47 3A E 15D 45 38
Octal 334 100 134 0 107 72 16 535 105 70
Binary 11011100 1000000 1011100 0 1000111 111010 1110 101011101 1000101 111000

Color Harmonies of #DC405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC405C

Black with #DC405C

Text Example


Text Example

White with #DC405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC405C; }

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

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

background-color css

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

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

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

border-color css

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

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

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