Html Css Color HEX #DC2278 Deep Cerise

📋 copy color: '#DC2278'

red 220 ◦ green 34 ◦ blue 120

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

Shades of Deep Cerise #DC2278

Tints of Deep Cerise #DC2278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.09%

R = 58.82%
G = 9.09%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2278 (or 0xDC2278) is known color: Deep Cerise. HEX triplet: DC, 22 and 78. RGB value is (220,34,120). Sum of RGB (Red+Green+Blue) = 220+34+120=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2278 is #23DD87. Grayscale: #636363. Windows color (decimal): -2350472 or 7873244. OLE color: 7873244.

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

Color convert

RGB 220 34 120 -
CMYK 0 0.85 0.45 0.14
HSL 332.26º 0.73% 0.5% -
HSV(B) 332.26º 0.85% 0.86% -
XYZ 33.48 17.72 19.42 -
YUV 99.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 220 34 120 0 0.85 0.45 0.14 332.26 0.73 0.5
Hex DC 22 78 0 55 2D E 14C 49 32
Octal 334 42 170 0 125 55 16 514 111 62
Binary 11011100 100010 1111000 0 1010101 101101 1110 101001100 1001001 110010

Color Harmonies of #DC2278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2278

Black with #DC2278

Text Example


Text Example

White with #DC2278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2278; }

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

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

background-color css

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

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

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

border-color css

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

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

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