Html Css Color HEX #DC219B Deep Cerise

📋 copy color: '#DC219B'

red 220 ◦ green 33 ◦ blue 155

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

Shades of Deep Cerise #DC219B

Tints of Deep Cerise #DC219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 53.92%
G = 8.09%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC219B (or 0xDC219B) is known color: Deep Cerise. HEX triplet: DC, 21 and 9B. RGB value is (220,33,155). Sum of RGB (Red+Green+Blue) = 220+33+155=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC219B is #23DE64. Grayscale: #666666. Windows color (decimal): -2350693 or 10166748. OLE color: 10166748.

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

Color convert

RGB 220 33 155 -
CMYK 0 0.85 0.30 0.14
HSL 320.86º 0.74% 0.5% -
HSV(B) 320.86º 0.85% 0.86% -
XYZ 35.98 18.67 32.72 -
YUV 102.82 157.45 211.58 -
System Red Green Blue C M Y K H S L
Decimal 220 33 155 0 0.85 0.30 0.14 320.86 0.74 0.5
Hex DC 21 9B 0 55 1E E 141 4A 32
Octal 334 41 233 0 125 36 16 501 112 62
Binary 11011100 100001 10011011 0 1010101 11110 1110 101000001 1001010 110010

Color Harmonies of #DC219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC219B

Black with #DC219B

Text Example


Text Example

White with #DC219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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