Html Css Color HEX #DD2183 Deep Cerise

📋 copy color: '#DD2183'

red 221 ◦ green 33 ◦ blue 131

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

Shades of Deep Cerise #DD2183

Tints of Deep Cerise #DD2183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 57.4%
G = 8.57%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD2183 (or 0xDD2183) is known color: Deep Cerise. HEX triplet: DD, 21 and 83. RGB value is (221,33,131). Sum of RGB (Red+Green+Blue) = 221+33+131=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2183 is #22DE7C. Grayscale: #646464. Windows color (decimal): -2285181 or 8593885. OLE color: 8593885.

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

Color convert

RGB 221 33 131 -
CMYK 0 0.85 0.41 0.13
HSL 328.72º 0.74% 0.5% -
HSV(B) 328.72º 0.85% 0.87% -
XYZ 34.46 18.1 23.15 -
YUV 100.38 145.28 214.03 -
System Red Green Blue C M Y K H S L
Decimal 221 33 131 0 0.85 0.41 0.13 328.72 0.74 0.5
Hex DD 21 83 0 55 29 D 149 4A 32
Octal 335 41 203 0 125 51 15 511 112 62
Binary 11011101 100001 10000011 0 1010101 101001 1101 101001001 1001010 110010

Color Harmonies of #DD2183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2183

Black with #DD2183

Text Example


Text Example

White with #DD2183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2183; }

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

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

background-color css

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

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

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

border-color css

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

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

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