Html Css Color HEX #DC415C Cerise

📋 copy color: '#DC415C'

red 220 ◦ green 65 ◦ blue 92

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

Shades of Cerise #DC415C

Tints of Cerise #DC415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 58.36%
G = 17.24%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC415C (or 0xDC415C) is known color: Cerise. HEX triplet: DC, 41 and 5C. RGB value is (220,65,92). Sum of RGB (Red+Green+Blue) = 220+65+92=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC415C is #23BEA3. Grayscale: #727272. Windows color (decimal): -2342564 or 6046172. OLE color: 6046172.

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

Color convert

RGB 220 65 92 -
CMYK 0 0.70 0.58 0.14
HSL 349.55º 0.69% 0.56% -
HSV(B) 349.55º 0.7% 0.86% -
XYZ 33.34 19.77 12.18 -
YUV 114.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 220 65 92 0 0.70 0.58 0.14 349.55 0.69 0.56
Hex DC 41 5C 0 46 3A E 15E 45 38
Octal 334 101 134 0 106 72 16 536 105 70
Binary 11011100 1000001 1011100 0 1000110 111010 1110 101011110 1000101 111000

Color Harmonies of #DC415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC415C

Black with #DC415C

Text Example


Text Example

White with #DC415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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