Html Css Color HEX #DD3E9E Deep Cerise

📋 copy color: '#DD3E9E'

red 221 ◦ green 62 ◦ blue 158

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

Shades of Deep Cerise #DD3E9E

Tints of Deep Cerise #DD3E9E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.06%

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 50.11%
G = 14.06%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD3E9E (or 0xDD3E9E) is known color: Deep Cerise. HEX triplet: DD, 3E and 9E. RGB value is (221,62,158). Sum of RGB (Red+Green+Blue) = 221+62+158=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E9E is #22C161. Grayscale: #787878. Windows color (decimal): -2277730 or 10370781. OLE color: 10370781.

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

Color convert

RGB 221 62 158 -
CMYK 0 0.72 0.29 0.13
HSL 323.77º 0.7% 0.55% -
HSV(B) 323.77º 0.72% 0.87% -
XYZ 37.71 21.29 34.47 -
YUV 120.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 221 62 158 0 0.72 0.29 0.13 323.77 0.7 0.55
Hex DD 3E 9E 0 48 1D D 144 46 37
Octal 335 76 236 0 110 35 15 504 106 67
Binary 11011101 111110 10011110 0 1001000 11101 1101 101000100 1000110 110111

Color Harmonies of #DD3E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E9E

Black with #DD3E9E

Text Example


Text Example

White with #DD3E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E9E; }

 p { color: rgb(221,62,158); }

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

background-color css

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

 a { background-color: rgb(221,62,158); }

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

border-color css

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

 span { border-color: rgb(221,62,158); }

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