Html Css Color HEX #DC227C Deep Cerise

📋 copy color: '#DC227C'

red 220 ◦ green 34 ◦ blue 124

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

Shades of Deep Cerise #DC227C

Tints of Deep Cerise #DC227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 58.2%
G = 8.99%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC227C (or 0xDC227C) is known color: Deep Cerise. HEX triplet: DC, 22 and 7C. RGB value is (220,34,124). Sum of RGB (Red+Green+Blue) = 220+34+124=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC227C is #23DD83. Grayscale: #636363. Windows color (decimal): -2350468 or 8135388. OLE color: 8135388.

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

Color convert

RGB 220 34 124 -
CMYK 0 0.85 0.44 0.14
HSL 330.97º 0.73% 0.5% -
HSV(B) 330.97º 0.85% 0.86% -
XYZ 33.73 17.81 20.73 -
YUV 99.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 220 34 124 0 0.85 0.44 0.14 330.97 0.73 0.5
Hex DC 22 7C 0 55 2C E 14B 49 32
Octal 334 42 174 0 125 54 16 513 111 62
Binary 11011100 100010 1111100 0 1010101 101100 1110 101001011 1001001 110010

Color Harmonies of #DC227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC227C

Black with #DC227C

Text Example


Text Example

White with #DC227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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