Html Css Color HEX #DD3899 Deep Cerise

📋 copy color: '#DD3899'

red 221 ◦ green 56 ◦ blue 153

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

Shades of Deep Cerise #DD3899

Tints of Deep Cerise #DD3899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

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

R = 51.4%
G = 13.02%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3899 (or 0xDD3899) is known color: Deep Cerise. HEX triplet: DD, 38 and 99. RGB value is (221,56,153). Sum of RGB (Red+Green+Blue) = 221+56+153=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3899 is #22C766. Grayscale: #747474. Windows color (decimal): -2279271 or 10041565. OLE color: 10041565.

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

Color convert

RGB 221 56 153 -
CMYK 0 0.75 0.31 0.13
HSL 324.73º 0.71% 0.54% -
HSV(B) 324.73º 0.75% 0.87% -
XYZ 36.98 20.5 32.14 -
YUV 116.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 221 56 153 0 0.75 0.31 0.13 324.73 0.71 0.54
Hex DD 38 99 0 4B 1F D 145 47 36
Octal 335 70 231 0 113 37 15 505 107 66
Binary 11011101 111000 10011001 0 1001011 11111 1101 101000101 1000111 110110

Color Harmonies of #DD3899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3899

Black with #DD3899

Text Example


Text Example

White with #DD3899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3899; }

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

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

background-color css

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

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

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

border-color css

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

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

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