Html Css Color HEX #DD3199 Deep Cerise

📋 copy color: '#DD3199'

red 221 ◦ green 49 ◦ blue 153

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

Shades of Deep Cerise #DD3199

Tints of Deep Cerise #DD3199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.58%

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

R = 52.25%
G = 11.58%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3199 (or 0xDD3199) is known color: Deep Cerise. HEX triplet: DD, 31 and 99. RGB value is (221,49,153). Sum of RGB (Red+Green+Blue) = 221+49+153=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3199 is #22CE66. Grayscale: #707070. Windows color (decimal): -2281063 or 10039773. OLE color: 10039773.

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

Color convert

RGB 221 49 153 -
CMYK 0 0.78 0.31 0.13
HSL 323.72º 0.72% 0.53% -
HSV(B) 323.72º 0.78% 0.87% -
XYZ 36.67 19.87 32.04 -
YUV 112.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 221 49 153 0 0.78 0.31 0.13 323.72 0.72 0.53
Hex DD 31 99 0 4E 1F D 144 48 35
Octal 335 61 231 0 116 37 15 504 110 65
Binary 11011101 110001 10011001 0 1001110 11111 1101 101000100 1001000 110101

Color Harmonies of #DD3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3199

Black with #DD3199

Text Example


Text Example

White with #DD3199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3199; }

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

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

background-color css

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

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

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

border-color css

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

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

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