Html Css Color HEX #DC216D Cerise

📋 copy color: '#DC216D'

red 220 ◦ green 33 ◦ blue 109

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

Shades of Cerise #DC216D

Tints of Cerise #DC216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 60.77%
G = 9.12%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC216D (or 0xDC216D) is known color: Cerise. HEX triplet: DC, 21 and 6D. RGB value is (220,33,109). Sum of RGB (Red+Green+Blue) = 220+33+109=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC216D is #23DE92. Grayscale: #616161. Windows color (decimal): -2350739 or 7152092. OLE color: 7152092.

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

Color convert

RGB 220 33 109 -
CMYK 0 0.85 0.50 0.14
HSL 335.62º 0.74% 0.5% -
HSV(B) 335.62º 0.85% 0.86% -
XYZ 32.82 17.41 16.1 -
YUV 97.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 220 33 109 0 0.85 0.50 0.14 335.62 0.74 0.5
Hex DC 21 6D 0 55 32 E 150 4A 32
Octal 334 41 155 0 125 62 16 520 112 62
Binary 11011100 100001 1101101 0 1010101 110010 1110 101010000 1001010 110010

Color Harmonies of #DC216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC216D

Black with #DC216D

Text Example


Text Example

White with #DC216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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