Html Css Color HEX #DC2274 Deep Cerise

📋 copy color: '#DC2274'

red 220 ◦ green 34 ◦ blue 116

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

Shades of Deep Cerise #DC2274

Tints of Deep Cerise #DC2274

RGB

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

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

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

R = 59.46%
G = 9.19%
B = 31.35%

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

#DC2274 (or 0xDC2274) is known color: Deep Cerise. HEX triplet: DC, 22 and 74. RGB value is (220,34,116). Sum of RGB (Red+Green+Blue) = 220+34+116=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2274 is #23DD8B. Grayscale: #626262. Windows color (decimal): -2350476 or 7611100. OLE color: 7611100.

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

Color convert

RGB 220 34 116 -
CMYK 0 0.85 0.47 0.14
HSL 333.55º 0.73% 0.5% -
HSV(B) 333.55º 0.85% 0.86% -
XYZ 33.24 17.62 18.17 -
YUV 98.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 220 34 116 0 0.85 0.47 0.14 333.55 0.73 0.5
Hex DC 22 74 0 55 2F E 14E 49 32
Octal 334 42 164 0 125 57 16 516 111 62
Binary 11011100 100010 1110100 0 1010101 101111 1110 101001110 1001001 110010

Color Harmonies of #DC2274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2274

Black with #DC2274

Text Example


Text Example

White with #DC2274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2274; }

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

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

background-color css

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

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

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

border-color css

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

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

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