Html Css Color HEX #DD7BA9 Pale Violet Red

📋 copy color: '#DD7BA9'

red 221 ◦ green 123 ◦ blue 169

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

Shades of Pale Violet Red #DD7BA9

Tints of Pale Violet Red #DD7BA9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.98%

 BLUE value IS 169 (66.41% from 255) = 32.94%

R = 43.08%
G = 23.98%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD7BA9 (or 0xDD7BA9) is known color: Pale Violet Red. HEX triplet: DD, 7B and A9. RGB value is (221,123,169). Sum of RGB (Red+Green+Blue) = 221+123+169=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA9 is #228456. Grayscale: #9D9D9D. Windows color (decimal): -2262103 or 11107293. OLE color: 11107293.

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

Color convert

RGB 221 123 169 -
CMYK 0 0.44 0.24 0.13
HSL 331.84º 0.59% 0.67% -
HSV(B) 331.84º 0.44% 0.87% -
XYZ 44.06 32.4 41.47 -
YUV 157.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 221 123 169 0 0.44 0.24 0.13 331.84 0.59 0.67
Hex DD 7B A9 0 2C 18 D 14C 3B 43
Octal 335 173 251 0 54 30 15 514 73 103
Binary 11011101 1111011 10101001 0 101100 11000 1101 101001100 111011 1000011

Color Harmonies of #DD7BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BA9

Black with #DD7BA9

Text Example


Text Example

White with #DD7BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BA9; }

 p { color: rgb(221,123,169); }

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

background-color css

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

 a { background-color: rgb(221,123,169); }

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

border-color css

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

 span { border-color: rgb(221,123,169); }

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