Html Css Color HEX #DD3E99 Deep Cerise

📋 copy color: '#DD3E99'

red 221 ◦ green 62 ◦ blue 153

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

Shades of Deep Cerise #DD3E99

Tints of Deep Cerise #DD3E99

RGB

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

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

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

R = 50.69%
G = 14.22%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3E99 (or 0xDD3E99) is known color: Deep Cerise. HEX triplet: DD, 3E and 99. RGB value is (221,62,153). Sum of RGB (Red+Green+Blue) = 221+62+153=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E99 is #22C166. Grayscale: #777777. Windows color (decimal): -2277735 or 10043101. OLE color: 10043101.

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

Color convert

RGB 221 62 153 -
CMYK 0 0.72 0.31 0.13
HSL 325.66º 0.7% 0.55% -
HSV(B) 325.66º 0.72% 0.87% -
XYZ 37.29 21.12 32.25 -
YUV 119.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 221 62 153 0 0.72 0.31 0.13 325.66 0.7 0.55
Hex DD 3E 99 0 48 1F D 146 46 37
Octal 335 76 231 0 110 37 15 506 106 67
Binary 11011101 111110 10011001 0 1001000 11111 1101 101000110 1000110 110111

Color Harmonies of #DD3E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E99

Black with #DD3E99

Text Example


Text Example

White with #DD3E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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