Html Css Color HEX #DD7BA7 Pale Violet Red

📋 copy color: '#DD7BA7'

red 221 ◦ green 123 ◦ blue 167

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

Shades of Pale Violet Red #DD7BA7

Tints of Pale Violet Red #DD7BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.68%

R = 43.25%
G = 24.07%
B = 32.68%

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

#DD7BA7 (or 0xDD7BA7) is known color: Pale Violet Red. HEX triplet: DD, 7B and A7. RGB value is (221,123,167). Sum of RGB (Red+Green+Blue) = 221+123+167=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA7 is #228458. Grayscale: #9D9D9D. Windows color (decimal): -2262105 or 10976221. OLE color: 10976221.

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

Color convert

RGB 221 123 167 -
CMYK 0 0.44 0.24 0.13
HSL 333.06º 0.59% 0.67% -
HSV(B) 333.06º 0.44% 0.87% -
XYZ 43.88 32.33 40.49 -
YUV 157.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 221 123 167 0 0.44 0.24 0.13 333.06 0.59 0.67
Hex DD 7B A7 0 2C 18 D 14D 3B 43
Octal 335 173 247 0 54 30 15 515 73 103
Binary 11011101 1111011 10100111 0 101100 11000 1101 101001101 111011 1000011

Color Harmonies of #DD7BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7BA7

Black with #DD7BA7

Text Example


Text Example

White with #DD7BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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