Html Css Color HEX #DD3399 Deep Cerise

📋 copy color: '#DD3399'

red 221 ◦ green 51 ◦ blue 153

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

Shades of Deep Cerise #DD3399

Tints of Deep Cerise #DD3399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36%

R = 52%
G = 12%
B = 36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3399 (or 0xDD3399) is known color: Deep Cerise. HEX triplet: DD, 33 and 99. RGB value is (221,51,153). Sum of RGB (Red+Green+Blue) = 221+51+153=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3399 is #22CC66. Grayscale: #717171. Windows color (decimal): -2280551 or 10040285. OLE color: 10040285.

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

Color convert

RGB 221 51 153 -
CMYK 0 0.77 0.31 0.13
HSL 324º 0.71% 0.53% -
HSV(B) 324º 0.77% 0.87% -
XYZ 36.75 20.04 32.07 -
YUV 113.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 221 51 153 0 0.77 0.31 0.13 324 0.71 0.53
Hex DD 33 99 0 4D 1F D 144 47 35
Octal 335 63 231 0 115 37 15 504 107 65
Binary 11011101 110011 10011001 0 1001101 11111 1101 101000100 1000111 110101

Color Harmonies of #DD3399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3399

Black with #DD3399

Text Example


Text Example

White with #DD3399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3399; }

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

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

background-color css

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

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

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

border-color css

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

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

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