Html Css Color HEX #DD3C99 Deep Cerise

📋 copy color: '#DD3C99'

red 221 ◦ green 60 ◦ blue 153

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

Shades of Deep Cerise #DD3C99

Tints of Deep Cerise #DD3C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

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

R = 50.92%
G = 13.82%
B = 35.25%

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

#DD3C99 (or 0xDD3C99) is known color: Deep Cerise. HEX triplet: DD, 3C and 99. RGB value is (221,60,153). Sum of RGB (Red+Green+Blue) = 221+60+153=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3C99 is #22C366. Grayscale: #767676. Windows color (decimal): -2278247 or 10042589. OLE color: 10042589.

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

Color convert

RGB 221 60 153 -
CMYK 0 0.73 0.31 0.13
HSL 325.34º 0.7% 0.55% -
HSV(B) 325.34º 0.73% 0.87% -
XYZ 37.18 20.9 32.21 -
YUV 118.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 221 60 153 0 0.73 0.31 0.13 325.34 0.7 0.55
Hex DD 3C 99 0 49 1F D 145 46 37
Octal 335 74 231 0 111 37 15 505 106 67
Binary 11011101 111100 10011001 0 1001001 11111 1101 101000101 1000110 110111

Color Harmonies of #DD3C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C99

Black with #DD3C99

Text Example


Text Example

White with #DD3C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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