Html Css Color HEX #DD7A96 Pale Violet Red

📋 copy color: '#DD7A96'

red 221 ◦ green 122 ◦ blue 150

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

Shades of Pale Violet Red #DD7A96

Tints of Pale Violet Red #DD7A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 44.83%
G = 24.75%
B = 30.43%

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

#DD7A96 (or 0xDD7A96) is known color: Pale Violet Red. HEX triplet: DD, 7A and 96. RGB value is (221,122,150). Sum of RGB (Red+Green+Blue) = 221+122+150=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A96 is #228569. Grayscale: #9A9A9A. Windows color (decimal): -2262378 or 9861853. OLE color: 9861853.

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

Color convert

RGB 221 122 150 -
CMYK 0 0.45 0.32 0.13
HSL 343.03º 0.59% 0.67% -
HSV(B) 343.03º 0.45% 0.87% -
XYZ 42.28 31.49 32.7 -
YUV 154.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 221 122 150 0 0.45 0.32 0.13 343.03 0.59 0.67
Hex DD 7A 96 0 2D 20 D 157 3B 43
Octal 335 172 226 0 55 40 15 527 73 103
Binary 11011101 1111010 10010110 0 101101 100000 1101 101010111 111011 1000011

Color Harmonies of #DD7A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A96

Black with #DD7A96

Text Example


Text Example

White with #DD7A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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