Html Css Color HEX #DD3099 Deep Cerise

📋 copy color: '#DD3099'

red 221 ◦ green 48 ◦ blue 153

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

Shades of Deep Cerise #DD3099

Tints of Deep Cerise #DD3099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.37%

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

R = 52.37%
G = 11.37%
B = 36.26%

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

#DD3099 (or 0xDD3099) is known color: Deep Cerise. HEX triplet: DD, 30 and 99. RGB value is (221,48,153). Sum of RGB (Red+Green+Blue) = 221+48+153=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3099 is #22CF66. Grayscale: #6F6F6F. Windows color (decimal): -2281319 or 10039517. OLE color: 10039517.

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

Color convert

RGB 221 48 153 -
CMYK 0 0.78 0.31 0.13
HSL 323.58º 0.72% 0.53% -
HSV(B) 323.58º 0.78% 0.87% -
XYZ 36.63 19.79 32.03 -
YUV 111.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 221 48 153 0 0.78 0.31 0.13 323.58 0.72 0.53
Hex DD 30 99 0 4E 1F D 144 48 35
Octal 335 60 231 0 116 37 15 504 110 65
Binary 11011101 110000 10011001 0 1001110 11111 1101 101000100 1001000 110101

Color Harmonies of #DD3099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3099

Black with #DD3099

Text Example


Text Example

White with #DD3099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3099; }

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

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

background-color css

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

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

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

border-color css

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

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

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