Html Css Color HEX #DC405E Cerise

📋 copy color: '#DC405E'

red 220 ◦ green 64 ◦ blue 94

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

Shades of Cerise #DC405E

Tints of Cerise #DC405E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 58.2%
G = 16.93%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC405E (or 0xDC405E) is known color: Cerise. HEX triplet: DC, 40 and 5E. RGB value is (220,64,94). Sum of RGB (Red+Green+Blue) = 220+64+94=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC405E is #23BFA1. Grayscale: #727272. Windows color (decimal): -2342818 or 6176988. OLE color: 6176988.

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

Color convert

RGB 220 64 94 -
CMYK 0 0.71 0.57 0.14
HSL 348.46º 0.69% 0.56% -
HSV(B) 348.46º 0.71% 0.86% -
XYZ 33.37 19.69 12.63 -
YUV 114.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 220 64 94 0 0.71 0.57 0.14 348.46 0.69 0.56
Hex DC 40 5E 0 47 39 E 15C 45 38
Octal 334 100 136 0 107 71 16 534 105 70
Binary 11011100 1000000 1011110 0 1000111 111001 1110 101011100 1000101 111000

Color Harmonies of #DC405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC405E

Black with #DC405E

Text Example


Text Example

White with #DC405E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC405E; }

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

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

background-color css

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

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

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

border-color css

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

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

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