Html Css Color HEX #DD3F97 Deep Cerise

📋 copy color: '#DD3F97'

red 221 ◦ green 63 ◦ blue 151

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

Shades of Deep Cerise #DD3F97

Tints of Deep Cerise #DD3F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 50.8%
G = 14.48%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3F97 (or 0xDD3F97) is known color: Deep Cerise. HEX triplet: DD, 3F and 97. RGB value is (221,63,151). Sum of RGB (Red+Green+Blue) = 221+63+151=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F97 is #22C068. Grayscale: #787878. Windows color (decimal): -2277481 or 9912285. OLE color: 9912285.

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

Color convert

RGB 221 63 151 -
CMYK 0 0.71 0.32 0.13
HSL 326.58º 0.7% 0.56% -
HSV(B) 326.58º 0.71% 0.87% -
XYZ 37.18 21.16 31.4 -
YUV 120.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 221 63 151 0 0.71 0.32 0.13 326.58 0.7 0.56
Hex DD 3F 97 0 47 20 D 147 46 38
Octal 335 77 227 0 107 40 15 507 106 70
Binary 11011101 111111 10010111 0 1000111 100000 1101 101000111 1000110 111000

Color Harmonies of #DD3F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F97

Black with #DD3F97

Text Example


Text Example

White with #DD3F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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