Html Css Color HEX #DD7997 Pale Violet Red

📋 copy color: '#DD7997'

red 221 ◦ green 121 ◦ blue 151

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

Shades of Pale Violet Red #DD7997

Tints of Pale Violet Red #DD7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

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

R = 44.83%
G = 24.54%
B = 30.63%

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

#DD7997 (or 0xDD7997) is known color: Pale Violet Red. HEX triplet: DD, 79 and 97. RGB value is (221,121,151). Sum of RGB (Red+Green+Blue) = 221+121+151=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7997 is #228668. Grayscale: #9A9A9A. Windows color (decimal): -2262633 or 9927133. OLE color: 9927133.

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

Color convert

RGB 221 121 151 -
CMYK 0 0.45 0.32 0.13
HSL 342º 0.6% 0.67% -
HSV(B) 342º 0.45% 0.87% -
XYZ 42.24 31.28 33.09 -
YUV 154.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 221 121 151 0 0.45 0.32 0.13 342 0.6 0.67
Hex DD 79 97 0 2D 20 D 156 3C 43
Octal 335 171 227 0 55 40 15 526 74 103
Binary 11011101 1111001 10010111 0 101101 100000 1101 101010110 111100 1000011

Color Harmonies of #DD7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7997

Black with #DD7997

Text Example


Text Example

White with #DD7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7997; }

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

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

background-color css

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

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

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

border-color css

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

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

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