Html Css Color HEX #DC218A Deep Cerise

📋 copy color: '#DC218A'

red 220 ◦ green 33 ◦ blue 138

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

Shades of Deep Cerise #DC218A

Tints of Deep Cerise #DC218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 56.27%
G = 8.44%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC218A (or 0xDC218A) is known color: Deep Cerise. HEX triplet: DC, 21 and 8A. RGB value is (220,33,138). Sum of RGB (Red+Green+Blue) = 220+33+138=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC218A is #23DE75. Grayscale: #646464. Windows color (decimal): -2350710 or 9052636. OLE color: 9052636.

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

Color convert

RGB 220 33 138 -
CMYK 0 0.85 0.37 0.14
HSL 326.31º 0.74% 0.5% -
HSV(B) 326.31º 0.85% 0.86% -
XYZ 34.65 18.14 25.72 -
YUV 100.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 220 33 138 0 0.85 0.37 0.14 326.31 0.74 0.5
Hex DC 21 8A 0 55 25 E 146 4A 32
Octal 334 41 212 0 125 45 16 506 112 62
Binary 11011100 100001 10001010 0 1010101 100101 1110 101000110 1001010 110010

Color Harmonies of #DC218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC218A

Black with #DC218A

Text Example


Text Example

White with #DC218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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