Html Css Color HEX #DD218D Deep Cerise

📋 copy color: '#DD218D'

red 221 ◦ green 33 ◦ blue 141

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

Shades of Deep Cerise #DD218D

Tints of Deep Cerise #DD218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 55.95%
G = 8.35%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD218D (or 0xDD218D) is known color: Deep Cerise. HEX triplet: DD, 21 and 8D. RGB value is (221,33,141). Sum of RGB (Red+Green+Blue) = 221+33+141=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD218D is #22DE72. Grayscale: #656565. Windows color (decimal): -2285171 or 9249245. OLE color: 9249245.

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

Color convert

RGB 221 33 141 -
CMYK 0 0.85 0.36 0.13
HSL 325.53º 0.74% 0.5% -
HSV(B) 325.53º 0.85% 0.87% -
XYZ 35.17 18.38 26.89 -
YUV 101.52 150.28 213.22 -
System Red Green Blue C M Y K H S L
Decimal 221 33 141 0 0.85 0.36 0.13 325.53 0.74 0.5
Hex DD 21 8D 0 55 24 D 146 4A 32
Octal 335 41 215 0 125 44 15 506 112 62
Binary 11011101 100001 10001101 0 1010101 100100 1101 101000110 1001010 110010

Color Harmonies of #DD218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD218D

Black with #DD218D

Text Example


Text Example

White with #DD218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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