Html Css Color HEX #DC219F Deep Cerise

📋 copy color: '#DC219F'

red 220 ◦ green 33 ◦ blue 159

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

Shades of Deep Cerise #DC219F

Tints of Deep Cerise #DC219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 53.4%
G = 8.01%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC219F (or 0xDC219F) is known color: Deep Cerise. HEX triplet: DC, 21 and 9F. RGB value is (220,33,159). Sum of RGB (Red+Green+Blue) = 220+33+159=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC219F is #23DE60. Grayscale: #666666. Windows color (decimal): -2350689 or 10428892. OLE color: 10428892.

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

Color convert

RGB 220 33 159 -
CMYK 0 0.85 0.28 0.14
HSL 319.57º 0.74% 0.5% -
HSV(B) 319.57º 0.85% 0.86% -
XYZ 36.32 18.81 34.52 -
YUV 103.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 220 33 159 0 0.85 0.28 0.14 319.57 0.74 0.5
Hex DC 21 9F 0 55 1C E 140 4A 32
Octal 334 41 237 0 125 34 16 500 112 62
Binary 11011100 100001 10011111 0 1010101 11100 1110 101000000 1001010 110010

Color Harmonies of #DC219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC219F

Black with #DC219F

Text Example


Text Example

White with #DC219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC219F; }

 p { color: rgb(220,33,159); }

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

background-color css

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

 a { background-color: rgb(220,33,159); }

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

border-color css

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

 span { border-color: rgb(220,33,159); }

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