Html Css Color HEX #DC2174 Deep Cerise

📋 copy color: '#DC2174'

red 220 ◦ green 33 ◦ blue 116

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

Shades of Deep Cerise #DC2174

Tints of Deep Cerise #DC2174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.94%

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

R = 59.62%
G = 8.94%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC2174 (or 0xDC2174) is known color: Deep Cerise. HEX triplet: DC, 21 and 74. RGB value is (220,33,116). Sum of RGB (Red+Green+Blue) = 220+33+116=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2174 is #23DE8B. Grayscale: #626262. Windows color (decimal): -2350732 or 7610844. OLE color: 7610844.

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

Color convert

RGB 220 33 116 -
CMYK 0 0.85 0.47 0.14
HSL 333.37º 0.74% 0.5% -
HSV(B) 333.37º 0.85% 0.86% -
XYZ 33.21 17.56 18.16 -
YUV 98.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 220 33 116 0 0.85 0.47 0.14 333.37 0.74 0.5
Hex DC 21 74 0 55 2F E 14D 4A 32
Octal 334 41 164 0 125 57 16 515 112 62
Binary 11011100 100001 1110100 0 1010101 101111 1110 101001101 1001010 110010

Color Harmonies of #DC2174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2174

Black with #DC2174

Text Example


Text Example

White with #DC2174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2174; }

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

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

background-color css

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

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

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

border-color css

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

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

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