Html Css Color HEX #DC2275 Deep Cerise

📋 copy color: '#DC2275'

red 220 ◦ green 34 ◦ blue 117

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

Shades of Deep Cerise #DC2275

Tints of Deep Cerise #DC2275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

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

R = 59.3%
G = 9.16%
B = 31.54%

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

#DC2275 (or 0xDC2275) is known color: Deep Cerise. HEX triplet: DC, 22 and 75. RGB value is (220,34,117). Sum of RGB (Red+Green+Blue) = 220+34+117=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2275 is #23DD8A. Grayscale: #626262. Windows color (decimal): -2350475 or 7676636. OLE color: 7676636.

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

Color convert

RGB 220 34 117 -
CMYK 0 0.85 0.47 0.14
HSL 333.23º 0.73% 0.5% -
HSV(B) 333.23º 0.85% 0.86% -
XYZ 33.3 17.64 18.48 -
YUV 99.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 220 34 117 0 0.85 0.47 0.14 333.23 0.73 0.5
Hex DC 22 75 0 55 2F E 14D 49 32
Octal 334 42 165 0 125 57 16 515 111 62
Binary 11011100 100010 1110101 0 1010101 101111 1110 101001101 1001001 110010

Color Harmonies of #DC2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2275

Black with #DC2275

Text Example


Text Example

White with #DC2275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2275; }

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

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

background-color css

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

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

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

border-color css

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

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

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