Html Css Color HEX #DC2774 Cerise

📋 copy color: '#DC2774'

red 220 ◦ green 39 ◦ blue 116

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

Shades of Cerise #DC2774

Tints of Cerise #DC2774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 58.67%
G = 10.4%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC2774 (or 0xDC2774) is known color: Cerise. HEX triplet: DC, 27 and 74. RGB value is (220,39,116). Sum of RGB (Red+Green+Blue) = 220+39+116=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2774 is #23D88B. Grayscale: #656565. Windows color (decimal): -2349196 or 7612380. OLE color: 7612380.

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

Color convert

RGB 220 39 116 -
CMYK 0 0.82 0.47 0.14
HSL 334.48º 0.72% 0.51% -
HSV(B) 334.48º 0.82% 0.86% -
XYZ 33.39 17.93 18.22 -
YUV 101.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 220 39 116 0 0.82 0.47 0.14 334.48 0.72 0.51
Hex DC 27 74 0 52 2F E 14E 48 33
Octal 334 47 164 0 122 57 16 516 110 63
Binary 11011100 100111 1110100 0 1010010 101111 1110 101001110 1001000 110011

Color Harmonies of #DC2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2774

Black with #DC2774

Text Example


Text Example

White with #DC2774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2774; }

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

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

background-color css

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

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

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

border-color css

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

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

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