Html Css Color HEX #DD3387 Deep Cerise

📋 copy color: '#DD3387'

red 221 ◦ green 51 ◦ blue 135

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

Shades of Deep Cerise #DD3387

Tints of Deep Cerise #DD3387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.53%

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 54.3%
G = 12.53%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD3387 (or 0xDD3387) is known color: Deep Cerise. HEX triplet: DD, 33 and 87. RGB value is (221,51,135). Sum of RGB (Red+Green+Blue) = 221+51+135=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3387 is #22CC78. Grayscale: #6F6F6F. Windows color (decimal): -2280569 or 8860637. OLE color: 8860637.

HSL color Cylindrical-coordinate representation of color #DD3387: hue angle of 330.35º degrees, saturation: 0.71, 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 #DD3387 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 135 -
CMYK 0 0.77 0.39 0.13
HSL 330.35º 0.71% 0.53% -
HSV(B) 330.35º 0.77% 0.87% -
XYZ 35.38 19.49 24.82 -
YUV 111.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 221 51 135 0 0.77 0.39 0.13 330.35 0.71 0.53
Hex DD 33 87 0 4D 27 D 14A 47 35
Octal 335 63 207 0 115 47 15 512 107 65
Binary 11011101 110011 10000111 0 1001101 100111 1101 101001010 1000111 110101

Color Harmonies of #DD3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3387

Black with #DD3387

Text Example


Text Example

White with #DD3387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3387; }

 p { color: rgb(221,51,135); }

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

background-color css

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

 a { background-color: rgb(221,51,135); }

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

border-color css

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

 span { border-color: rgb(221,51,135); }

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