Html Css Color HEX #DD216D Cerise

📋 copy color: '#DD216D'

red 221 ◦ green 33 ◦ blue 109

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

Shades of Cerise #DD216D

Tints of Cerise #DD216D

RGB

 RED value IS 221 (86.72% from 255) = 60.88%

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

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

R = 60.88%
G = 9.09%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD216D (or 0xDD216D) is known color: Cerise. HEX triplet: DD, 21 and 6D. RGB value is (221,33,109). Sum of RGB (Red+Green+Blue) = 221+33+109=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD216D is #22DE92. Grayscale: #616161. Windows color (decimal): -2285203 or 7152093. OLE color: 7152093.

HSL color Cylindrical-coordinate representation of color #DD216D: hue angle of 335.74º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD216D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 109 -
CMYK 0 0.85 0.51 0.13
HSL 335.74º 0.74% 0.5% -
HSV(B) 335.74º 0.85% 0.87% -
XYZ 33.12 17.56 16.11 -
YUV 97.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 221 33 109 0 0.85 0.51 0.13 335.74 0.74 0.5
Hex DD 21 6D 0 55 33 D 150 4A 32
Octal 335 41 155 0 125 63 15 520 112 62
Binary 11011101 100001 1101101 0 1010101 110011 1101 101010000 1001010 110010

Color Harmonies of #DD216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD216D

Black with #DD216D

Text Example


Text Example

White with #DD216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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