Html Css Color HEX #DD2083 Deep Cerise

📋 copy color: '#DD2083'

red 221 ◦ green 32 ◦ blue 131

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

Shades of Deep Cerise #DD2083

Tints of Deep Cerise #DD2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

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

R = 57.55%
G = 8.33%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD2083 (or 0xDD2083) is known color: Deep Cerise. HEX triplet: DD, 20 and 83. RGB value is (221,32,131). Sum of RGB (Red+Green+Blue) = 221+32+131=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2083 is #22DF7C. Grayscale: #636363. Windows color (decimal): -2285437 or 8593629. OLE color: 8593629.

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

Color convert

RGB 221 32 131 -
CMYK 0 0.86 0.41 0.13
HSL 328.57º 0.75% 0.5% -
HSV(B) 328.57º 0.86% 0.87% -
XYZ 34.43 18.04 23.14 -
YUV 99.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 221 32 131 0 0.86 0.41 0.13 328.57 0.75 0.5
Hex DD 20 83 0 56 29 D 149 4B 32
Octal 335 40 203 0 126 51 15 511 113 62
Binary 11011101 100000 10000011 0 1010110 101001 1101 101001001 1001011 110010

Color Harmonies of #DD2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2083

Black with #DD2083

Text Example


Text Example

White with #DD2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2083; }

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

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

background-color css

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

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

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

border-color css

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

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

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