Html Css Color HEX #DD3B99 Deep Cerise

📋 copy color: '#DD3B99'

red 221 ◦ green 59 ◦ blue 153

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

Shades of Deep Cerise #DD3B99

Tints of Deep Cerise #DD3B99

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.63%

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

R = 51.04%
G = 13.63%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3B99 (or 0xDD3B99) is known color: Deep Cerise. HEX triplet: DD, 3B and 99. RGB value is (221,59,153). Sum of RGB (Red+Green+Blue) = 221+59+153=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3B99 is #22C466. Grayscale: #757575. Windows color (decimal): -2278503 or 10042333. OLE color: 10042333.

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

Color convert

RGB 221 59 153 -
CMYK 0 0.73 0.31 0.13
HSL 325.19º 0.7% 0.55% -
HSV(B) 325.19º 0.73% 0.87% -
XYZ 37.13 20.8 32.19 -
YUV 118.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 221 59 153 0 0.73 0.31 0.13 325.19 0.7 0.55
Hex DD 3B 99 0 49 1F D 145 46 37
Octal 335 73 231 0 111 37 15 505 106 67
Binary 11011101 111011 10011001 0 1001001 11111 1101 101000101 1000110 110111

Color Harmonies of #DD3B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B99

Black with #DD3B99

Text Example


Text Example

White with #DD3B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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