Html Css Color HEX #DD7197 Pale Violet Red

📋 copy color: '#DD7197'

red 221 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #DD7197

Tints of Pale Violet Red #DD7197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.3%

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

R = 45.57%
G = 23.3%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7197 (or 0xDD7197) is known color: Pale Violet Red. HEX triplet: DD, 71 and 97. RGB value is (221,113,151). Sum of RGB (Red+Green+Blue) = 221+113+151=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7197 is #228E68. Grayscale: #959595. Windows color (decimal): -2264681 or 9925085. OLE color: 9925085.

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

Color convert

RGB 221 113 151 -
CMYK 0 0.49 0.32 0.13
HSL 338.89º 0.61% 0.65% -
HSV(B) 338.89º 0.49% 0.87% -
XYZ 41.31 29.42 32.78 -
YUV 149.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 221 113 151 0 0.49 0.32 0.13 338.89 0.61 0.65
Hex DD 71 97 0 31 20 D 153 3D 41
Octal 335 161 227 0 61 40 15 523 75 101
Binary 11011101 1110001 10010111 0 110001 100000 1101 101010011 111101 1000001

Color Harmonies of #DD7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7197

Black with #DD7197

Text Example


Text Example

White with #DD7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7197; }

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

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

background-color css

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

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

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

border-color css

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

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

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