Html Css Color HEX #DD3284 Deep Cerise

📋 copy color: '#DD3284'

red 221 ◦ green 50 ◦ blue 132

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

Shades of Deep Cerise #DD3284

Tints of Deep Cerise #DD3284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.41%

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

R = 54.84%
G = 12.41%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD3284 (or 0xDD3284) is known color: Deep Cerise. HEX triplet: DD, 32 and 84. RGB value is (221,50,132). Sum of RGB (Red+Green+Blue) = 221+50+132=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3284 is #22CD7B. Grayscale: #6E6E6E. Windows color (decimal): -2280828 or 8663773. OLE color: 8663773.

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

Color convert

RGB 221 50 132 -
CMYK 0 0.77 0.40 0.13
HSL 331.23º 0.72% 0.53% -
HSV(B) 331.23º 0.77% 0.87% -
XYZ 35.12 19.32 23.71 -
YUV 110.48 140.15 206.83 -
System Red Green Blue C M Y K H S L
Decimal 221 50 132 0 0.77 0.40 0.13 331.23 0.72 0.53
Hex DD 32 84 0 4D 28 D 14B 48 35
Octal 335 62 204 0 115 50 15 513 110 65
Binary 11011101 110010 10000100 0 1001101 101000 1101 101001011 1001000 110101

Color Harmonies of #DD3284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3284

Black with #DD3284

Text Example


Text Example

White with #DD3284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3284; }

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

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

background-color css

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

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

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

border-color css

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

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

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