Html Css Color HEX #DD4497 Deep Cerise

📋 copy color: '#DD4497'

red 221 ◦ green 68 ◦ blue 151

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

Shades of Deep Cerise #DD4497

Tints of Deep Cerise #DD4497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.45%

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

R = 50.23%
G = 15.45%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD4497 (or 0xDD4497) is known color: Deep Cerise. HEX triplet: DD, 44 and 97. RGB value is (221,68,151). Sum of RGB (Red+Green+Blue) = 221+68+151=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4497 is #22BB68. Grayscale: #7B7B7B. Windows color (decimal): -2276201 or 9913565. OLE color: 9913565.

HSL color Cylindrical-coordinate representation of color #DD4497: hue angle of 327.45º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4497 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 151 -
CMYK 0 0.69 0.32 0.13
HSL 327.45º 0.69% 0.57% -
HSV(B) 327.45º 0.69% 0.87% -
XYZ 37.47 21.74 31.5 -
YUV 123.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 221 68 151 0 0.69 0.32 0.13 327.45 0.69 0.57
Hex DD 44 97 0 45 20 D 147 45 39
Octal 335 104 227 0 105 40 15 507 105 71
Binary 11011101 1000100 10010111 0 1000101 100000 1101 101000111 1000101 111001

Color Harmonies of #DD4497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4497

Black with #DD4497

Text Example


Text Example

White with #DD4497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4497; }

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

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

background-color css

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

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

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

border-color css

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

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

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