Html Css Color HEX #DD3884 Deep Cerise

📋 copy color: '#DD3884'

red 221 ◦ green 56 ◦ blue 132

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

Shades of Deep Cerise #DD3884

Tints of Deep Cerise #DD3884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.69%

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

R = 54.03%
G = 13.69%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD3884 (or 0xDD3884) is known color: Deep Cerise. HEX triplet: DD, 38 and 84. RGB value is (221,56,132). Sum of RGB (Red+Green+Blue) = 221+56+132=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3884 is #22C77B. Grayscale: #717171. Windows color (decimal): -2279292 or 8665309. OLE color: 8665309.

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

Color convert

RGB 221 56 132 -
CMYK 0 0.75 0.40 0.13
HSL 332.36º 0.71% 0.54% -
HSV(B) 332.36º 0.75% 0.87% -
XYZ 35.4 19.87 23.8 -
YUV 114 138.16 204.32 -
System Red Green Blue C M Y K H S L
Decimal 221 56 132 0 0.75 0.40 0.13 332.36 0.71 0.54
Hex DD 38 84 0 4B 28 D 14C 47 36
Octal 335 70 204 0 113 50 15 514 107 66
Binary 11011101 111000 10000100 0 1001011 101000 1101 101001100 1000111 110110

Color Harmonies of #DD3884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3884

Black with #DD3884

Text Example


Text Example

White with #DD3884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3884; }

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

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

background-color css

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

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

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

border-color css

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

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

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