Html Css Color HEX #DD7497 Pale Violet Red

📋 copy color: '#DD7497'

red 221 ◦ green 116 ◦ blue 151

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

Shades of Pale Violet Red #DD7497

Tints of Pale Violet Red #DD7497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

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

R = 45.29%
G = 23.77%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7497 (or 0xDD7497) is known color: Pale Violet Red. HEX triplet: DD, 74 and 97. RGB value is (221,116,151). Sum of RGB (Red+Green+Blue) = 221+116+151=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7497 is #228B68. Grayscale: #979797. Windows color (decimal): -2263913 or 9925853. OLE color: 9925853.

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

Color convert

RGB 221 116 151 -
CMYK 0 0.48 0.32 0.13
HSL 340º 0.61% 0.66% -
HSV(B) 340º 0.48% 0.87% -
XYZ 41.65 30.1 32.89 -
YUV 151.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 221 116 151 0 0.48 0.32 0.13 340 0.61 0.66
Hex DD 74 97 0 30 20 D 154 3D 42
Octal 335 164 227 0 60 40 15 524 75 102
Binary 11011101 1110100 10010111 0 110000 100000 1101 101010100 111101 1000010

Color Harmonies of #DD7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7497

Black with #DD7497

Text Example


Text Example

White with #DD7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7497; }

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

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

background-color css

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

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

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

border-color css

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

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

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