Html Css Color HEX #DC2075 Deep Cerise

📋 copy color: '#DC2075'

red 220 ◦ green 32 ◦ blue 117

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

Shades of Deep Cerise #DC2075

Tints of Deep Cerise #DC2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 59.62%
G = 8.67%
B = 31.71%

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

#DC2075 (or 0xDC2075) is known color: Deep Cerise. HEX triplet: DC, 20 and 75. RGB value is (220,32,117). Sum of RGB (Red+Green+Blue) = 220+32+117=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2075 is #23DF8A. Grayscale: #616161. Windows color (decimal): -2350987 or 7676124. OLE color: 7676124.

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

Color convert

RGB 220 32 117 -
CMYK 0 0.85 0.47 0.14
HSL 332.87º 0.75% 0.49% -
HSV(B) 332.87º 0.85% 0.86% -
XYZ 33.24 17.53 18.46 -
YUV 97.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 220 32 117 0 0.85 0.47 0.14 332.87 0.75 0.49
Hex DC 20 75 0 55 2F E 14D 4B 31
Octal 334 40 165 0 125 57 16 515 113 61
Binary 11011100 100000 1110101 0 1010101 101111 1110 101001101 1001011 110001

Color Harmonies of #DC2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2075

Black with #DC2075

Text Example


Text Example

White with #DC2075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2075; }

 p { color: rgb(220,32,117); }

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

background-color css

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

 a { background-color: rgb(220,32,117); }

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

border-color css

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

 span { border-color: rgb(220,32,117); }

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