Html Css Color HEX #DD3F99 Deep Cerise

📋 copy color: '#DD3F99'

red 221 ◦ green 63 ◦ blue 153

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

Shades of Deep Cerise #DD3F99

Tints of Deep Cerise #DD3F99

RGB

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

 GREEN value IS 63 (25% from 255) = 14.42%

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

R = 50.57%
G = 14.42%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3F99 (or 0xDD3F99) is known color: Deep Cerise. HEX triplet: DD, 3F and 99. RGB value is (221,63,153). Sum of RGB (Red+Green+Blue) = 221+63+153=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F99 is #22C066. Grayscale: #787878. Windows color (decimal): -2277479 or 10043357. OLE color: 10043357.

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

Color convert

RGB 221 63 153 -
CMYK 0 0.71 0.31 0.13
HSL 325.82º 0.7% 0.56% -
HSV(B) 325.82º 0.71% 0.87% -
XYZ 37.35 21.23 32.27 -
YUV 120.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 221 63 153 0 0.71 0.31 0.13 325.82 0.7 0.56
Hex DD 3F 99 0 47 1F D 146 46 38
Octal 335 77 231 0 107 37 15 506 106 70
Binary 11011101 111111 10011001 0 1000111 11111 1101 101000110 1000110 111000

Color Harmonies of #DD3F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F99

Black with #DD3F99

Text Example


Text Example

White with #DD3F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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