Html Css Color HEX #DD2384 Deep Cerise

📋 copy color: '#DD2384'

red 221 ◦ green 35 ◦ blue 132

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

Shades of Deep Cerise #DD2384

Tints of Deep Cerise #DD2384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.02%

 BLUE value IS 132 (51.95% from 255) = 34.02%

R = 56.96%
G = 9.02%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD2384 (or 0xDD2384) is known color: Deep Cerise. HEX triplet: DD, 23 and 84. RGB value is (221,35,132). Sum of RGB (Red+Green+Blue) = 221+35+132=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2384 is #22DC7B. Grayscale: #656565. Windows color (decimal): -2284668 or 8659933. OLE color: 8659933.

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

Color convert

RGB 221 35 132 -
CMYK 0 0.84 0.40 0.13
HSL 328.71º 0.73% 0.5% -
HSV(B) 328.71º 0.84% 0.87% -
XYZ 34.58 18.24 23.53 -
YUV 101.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 221 35 132 0 0.84 0.40 0.13 328.71 0.73 0.5
Hex DD 23 84 0 54 28 D 149 49 32
Octal 335 43 204 0 124 50 15 511 111 62
Binary 11011101 100011 10000100 0 1010100 101000 1101 101001001 1001001 110010

Color Harmonies of #DD2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2384

Black with #DD2384

Text Example


Text Example

White with #DD2384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2384; }

 p { color: rgb(221,35,132); }

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

background-color css

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

 a { background-color: rgb(221,35,132); }

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

border-color css

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

 span { border-color: rgb(221,35,132); }

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