Html Css Color HEX #D873A1 Pale Violet Red

📋 copy color: '#D873A1'

red 216 ◦ green 115 ◦ blue 161

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

Shades of Pale Violet Red #D873A1

Tints of Pale Violet Red #D873A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.72%

R = 43.9%
G = 23.37%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D873A1 (or 0xD873A1) is known color: Pale Violet Red. HEX triplet: D8, 73 and A1. RGB value is (216,115,161). Sum of RGB (Red+Green+Blue) = 216+115+161=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D873A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D873A1 is #278C5E. Grayscale: #969696. Windows color (decimal): -2591839 or 10580952. OLE color: 10580952.

HSL color Cylindrical-coordinate representation of color #D873A1: hue angle of 332.67º 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 #D873A1 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 161 -
CMYK 0 0.47 0.25 0.15
HSL 332.67º 0.56% 0.65% -
HSV(B) 332.67º 0.47% 0.85% -
XYZ 40.88 29.43 37.24 -
YUV 150.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 216 115 161 0 0.47 0.25 0.15 332.67 0.56 0.65
Hex D8 73 A1 0 2F 19 F 14D 38 41
Octal 330 163 241 0 57 31 17 515 70 101
Binary 11011000 1110011 10100001 0 101111 11001 1111 101001101 111000 1000001

Color Harmonies of #D873A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D873A1

Black with #D873A1

Text Example


Text Example

White with #D873A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D873A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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