Html Css Color HEX #DC3159 Cerise

📋 copy color: '#DC3159'

red 220 ◦ green 49 ◦ blue 89

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

Shades of Cerise #DC3159

Tints of Cerise #DC3159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 61.45%
G = 13.69%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC3159 (or 0xDC3159) is known color: Cerise. HEX triplet: DC, 31 and 59. RGB value is (220,49,89). Sum of RGB (Red+Green+Blue) = 220+49+89=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3159 is #23CEA6. Grayscale: #686868. Windows color (decimal): -2346663 or 5845468. OLE color: 5845468.

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

Color convert

RGB 220 49 89 -
CMYK 0 0.78 0.60 0.14
HSL 345.96º 0.71% 0.53% -
HSV(B) 345.96º 0.78% 0.86% -
XYZ 32.42 18.13 11.24 -
YUV 104.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 220 49 89 0 0.78 0.60 0.14 345.96 0.71 0.53
Hex DC 31 59 0 4E 3C E 15A 47 35
Octal 334 61 131 0 116 74 16 532 107 65
Binary 11011100 110001 1011001 0 1001110 111100 1110 101011010 1000111 110101

Color Harmonies of #DC3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3159

Black with #DC3159

Text Example


Text Example

White with #DC3159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3159; }

 p { color: rgb(220,49,89); }

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

background-color css

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

 a { background-color: rgb(220,49,89); }

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

border-color css

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

 span { border-color: rgb(220,49,89); }

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