Html Css Color HEX #DD7BA0 Pale Violet Red

📋 copy color: '#DD7BA0'

red 221 ◦ green 123 ◦ blue 160

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

Shades of Pale Violet Red #DD7BA0

Tints of Pale Violet Red #DD7BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.75%

R = 43.85%
G = 24.4%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD7BA0 (or 0xDD7BA0) is known color: Pale Violet Red. HEX triplet: DD, 7B and A0. RGB value is (221,123,160). Sum of RGB (Red+Green+Blue) = 221+123+160=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA0 is #22845F. Grayscale: #9C9C9C. Windows color (decimal): -2262112 or 10517469. OLE color: 10517469.

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

Color convert

RGB 221 123 160 -
CMYK 0 0.44 0.28 0.13
HSL 337.35º 0.59% 0.67% -
HSV(B) 337.35º 0.44% 0.87% -
XYZ 43.25 32.08 37.17 -
YUV 156.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 221 123 160 0 0.44 0.28 0.13 337.35 0.59 0.67
Hex DD 7B A0 0 2C 1C D 151 3B 43
Octal 335 173 240 0 54 34 15 521 73 103
Binary 11011101 1111011 10100000 0 101100 11100 1101 101010001 111011 1000011

Color Harmonies of #DD7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BA0

Black with #DD7BA0

Text Example


Text Example

White with #DD7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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