Html Css Color HEX #DC2F59 Cerise

📋 copy color: '#DC2F59'

red 220 ◦ green 47 ◦ blue 89

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

Shades of Cerise #DC2F59

Tints of Cerise #DC2F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

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

R = 61.8%
G = 13.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2F59 (or 0xDC2F59) is known color: Cerise. HEX triplet: DC, 2F and 59. RGB value is (220,47,89). Sum of RGB (Red+Green+Blue) = 220+47+89=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F59 is #23D0A6. Grayscale: #676767. Windows color (decimal): -2347175 or 5844956. OLE color: 5844956.

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

Color convert

RGB 220 47 89 -
CMYK 0 0.79 0.60 0.14
HSL 345.43º 0.71% 0.52% -
HSV(B) 345.43º 0.79% 0.86% -
XYZ 32.33 17.97 11.22 -
YUV 103.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 220 47 89 0 0.79 0.60 0.14 345.43 0.71 0.52
Hex DC 2F 59 0 4F 3C E 159 47 34
Octal 334 57 131 0 117 74 16 531 107 64
Binary 11011100 101111 1011001 0 1001111 111100 1110 101011001 1000111 110100

Color Harmonies of #DC2F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F59

Black with #DC2F59

Text Example


Text Example

White with #DC2F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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