Html Css Color HEX #DD2483 Deep Cerise

📋 copy color: '#DD2483'

red 221 ◦ green 36 ◦ blue 131

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

Shades of Deep Cerise #DD2483

Tints of Deep Cerise #DD2483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.28%

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

R = 56.96%
G = 9.28%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD2483 (or 0xDD2483) is known color: Deep Cerise. HEX triplet: DD, 24 and 83. RGB value is (221,36,131). Sum of RGB (Red+Green+Blue) = 221+36+131=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2483 is #22DB7C. Grayscale: #656565. Windows color (decimal): -2284413 or 8594653. OLE color: 8594653.

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

Color convert

RGB 221 36 131 -
CMYK 0 0.84 0.41 0.13
HSL 329.19º 0.73% 0.5% -
HSV(B) 329.19º 0.84% 0.87% -
XYZ 34.55 18.27 23.18 -
YUV 102.15 144.29 212.78 -
System Red Green Blue C M Y K H S L
Decimal 221 36 131 0 0.84 0.41 0.13 329.19 0.73 0.5
Hex DD 24 83 0 54 29 D 149 49 32
Octal 335 44 203 0 124 51 15 511 111 62
Binary 11011101 100100 10000011 0 1010100 101001 1101 101001001 1001001 110010

Color Harmonies of #DD2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2483

Black with #DD2483

Text Example


Text Example

White with #DD2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2483; }

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

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

background-color css

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

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

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

border-color css

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

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

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