Html Css Color HEX #DC2D58 Cerise

📋 copy color: '#DC2D58'

red 220 ◦ green 45 ◦ blue 88

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

Shades of Cerise #DC2D58

Tints of Cerise #DC2D58

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 62.32%
G = 12.75%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC2D58 (or 0xDC2D58) is known color: Cerise. HEX triplet: DC, 2D and 58. RGB value is (220,45,88). Sum of RGB (Red+Green+Blue) = 220+45+88=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D58 is #23D2A7. Grayscale: #666666. Windows color (decimal): -2347688 or 5778908. OLE color: 5778908.

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

Color convert

RGB 220 45 88 -
CMYK 0 0.80 0.6 0.14
HSL 345.26º 0.71% 0.52% -
HSV(B) 345.26º 0.8% 0.86% -
XYZ 32.22 17.8 10.97 -
YUV 102.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 220 45 88 0 0.80 0.6 0.14 345.26 0.71 0.52
Hex DC 2D 58 0 50 3C E 159 47 34
Octal 334 55 130 0 120 74 16 531 107 64
Binary 11011100 101101 1011000 0 1010000 111100 1110 101011001 1000111 110100

Color Harmonies of #DC2D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D58

Black with #DC2D58

Text Example


Text Example

White with #DC2D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D58; }

 p { color: rgb(220,45,88); }

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

background-color css

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

 a { background-color: rgb(220,45,88); }

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

border-color css

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

 span { border-color: rgb(220,45,88); }

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