Html Css Color HEX #DC415B Cerise

📋 copy color: '#DC415B'

red 220 ◦ green 65 ◦ blue 91

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

Shades of Cerise #DC415B

Tints of Cerise #DC415B

RGB

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

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

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

R = 58.51%
G = 17.29%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC415B (or 0xDC415B) is known color: Cerise. HEX triplet: DC, 41 and 5B. RGB value is (220,65,91). Sum of RGB (Red+Green+Blue) = 220+65+91=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC415B is #23BEA4. Grayscale: #727272. Windows color (decimal): -2342565 or 5980636. OLE color: 5980636.

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

Color convert

RGB 220 65 91 -
CMYK 0 0.70 0.59 0.14
HSL 349.94º 0.69% 0.56% -
HSV(B) 349.94º 0.7% 0.86% -
XYZ 33.29 19.75 11.96 -
YUV 114.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 220 65 91 0 0.70 0.59 0.14 349.94 0.69 0.56
Hex DC 41 5B 0 46 3B E 15E 45 38
Octal 334 101 133 0 106 73 16 536 105 70
Binary 11011100 1000001 1011011 0 1000110 111011 1110 101011110 1000101 111000

Color Harmonies of #DC415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC415B

Black with #DC415B

Text Example


Text Example

White with #DC415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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