Html Css Color HEX #D873A0 Pale Violet Red

📋 copy color: '#D873A0'

red 216 ◦ green 115 ◦ blue 160

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

Shades of Pale Violet Red #D873A0

Tints of Pale Violet Red #D873A0

RGB

 RED value IS 216 (84.77% from 255) = 43.99%

 GREEN value IS 115 (45.31% from 255) = 23.42%

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

R = 43.99%
G = 23.42%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D873A0 (or 0xD873A0) is known color: Pale Violet Red. HEX triplet: D8, 73 and A0. RGB value is (216,115,160). Sum of RGB (Red+Green+Blue) = 216+115+160=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D873A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D873A0 is #278C5F. Grayscale: #969696. Windows color (decimal): -2591840 or 10515416. OLE color: 10515416.

HSL color Cylindrical-coordinate representation of color #D873A0: hue angle of 333.27º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873A0 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 160 -
CMYK 0 0.47 0.26 0.15
HSL 333.27º 0.56% 0.65% -
HSV(B) 333.27º 0.47% 0.85% -
XYZ 40.79 29.4 36.78 -
YUV 150.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 216 115 160 0 0.47 0.26 0.15 333.27 0.56 0.65
Hex D8 73 A0 0 2F 1A F 14D 38 41
Octal 330 163 240 0 57 32 17 515 70 101
Binary 11011000 1110011 10100000 0 101111 11010 1111 101001101 111000 1000001

Color Harmonies of #D873A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873A0

Black with #D873A0

Text Example


Text Example

White with #D873A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873A0; }

 p { color: rgb(216,115,160); }

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

background-color css

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

 a { background-color: rgb(216,115,160); }

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

border-color css

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

 span { border-color: rgb(216,115,160); }

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