Html Css Color HEX #DC2A60 Cerise

📋 copy color: '#DC2A60'

red 220 ◦ green 42 ◦ blue 96

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

Shades of Cerise #DC2A60

Tints of Cerise #DC2A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.73%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 61.45%
G = 11.73%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC2A60 (or 0xDC2A60) is known color: Cerise. HEX triplet: DC, 2A and 60. RGB value is (220,42,96). Sum of RGB (Red+Green+Blue) = 220+42+96=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A60 is #23D59F. Grayscale: #656565. Windows color (decimal): -2348448 or 6302428. OLE color: 6302428.

HSL color Cylindrical-coordinate representation of color #DC2A60: hue angle of 341.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A60 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 42 96 -
CMYK 0 0.81 0.56 0.14
HSL 341.8º 0.72% 0.51% -
HSV(B) 341.8º 0.81% 0.86% -
XYZ 32.45 17.72 12.78 -
YUV 101.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 220 42 96 0 0.81 0.56 0.14 341.8 0.72 0.51
Hex DC 2A 60 0 51 38 E 156 48 33
Octal 334 52 140 0 121 70 16 526 110 63
Binary 11011100 101010 1100000 0 1010001 111000 1110 101010110 1001000 110011

Color Harmonies of #DC2A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A60

Black with #DC2A60

Text Example


Text Example

White with #DC2A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A60; }

 p { color: rgb(220,42,96); }

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

background-color css

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

 a { background-color: rgb(220,42,96); }

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

border-color css

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

 span { border-color: rgb(220,42,96); }

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