Html Css Color HEX #DD7A97 Pale Violet Red

📋 copy color: '#DD7A97'

red 221 ◦ green 122 ◦ blue 151

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

Shades of Pale Violet Red #DD7A97

Tints of Pale Violet Red #DD7A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

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

R = 44.74%
G = 24.7%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7A97 (or 0xDD7A97) is known color: Pale Violet Red. HEX triplet: DD, 7A and 97. RGB value is (221,122,151). Sum of RGB (Red+Green+Blue) = 221+122+151=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A97 is #228568. Grayscale: #9A9A9A. Windows color (decimal): -2262377 or 9927389. OLE color: 9927389.

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

Color convert

RGB 221 122 151 -
CMYK 0 0.45 0.32 0.13
HSL 342.42º 0.59% 0.67% -
HSV(B) 342.42º 0.45% 0.87% -
XYZ 42.36 31.53 33.13 -
YUV 154.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 221 122 151 0 0.45 0.32 0.13 342.42 0.59 0.67
Hex DD 7A 97 0 2D 20 D 156 3B 43
Octal 335 172 227 0 55 40 15 526 73 103
Binary 11011101 1111010 10010111 0 101101 100000 1101 101010110 111011 1000011

Color Harmonies of #DD7A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A97

Black with #DD7A97

Text Example


Text Example

White with #DD7A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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