Html Css Color HEX #DC2A74 Cerise

📋 copy color: '#DC2A74'

red 220 ◦ green 42 ◦ blue 116

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

Shades of Cerise #DC2A74

Tints of Cerise #DC2A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 58.2%
G = 11.11%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC2A74 (or 0xDC2A74) is known color: Cerise. HEX triplet: DC, 2A and 74. RGB value is (220,42,116). Sum of RGB (Red+Green+Blue) = 220+42+116=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A74 is #23D58B. Grayscale: #676767. Windows color (decimal): -2348428 or 7613148. OLE color: 7613148.

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

Color convert

RGB 220 42 116 -
CMYK 0 0.81 0.47 0.14
HSL 335.06º 0.72% 0.51% -
HSV(B) 335.06º 0.81% 0.86% -
XYZ 33.5 18.13 18.26 -
YUV 103.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 220 42 116 0 0.81 0.47 0.14 335.06 0.72 0.51
Hex DC 2A 74 0 51 2F E 14F 48 33
Octal 334 52 164 0 121 57 16 517 110 63
Binary 11011100 101010 1110100 0 1010001 101111 1110 101001111 1001000 110011

Color Harmonies of #DC2A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A74

Black with #DC2A74

Text Example


Text Example

White with #DC2A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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