Html Css Color HEX #D87CA6 Pale Violet Red

📋 copy color: '#D87CA6'

red 216 ◦ green 124 ◦ blue 166

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

Shades of Pale Violet Red #D87CA6

Tints of Pale Violet Red #D87CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.51%

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 42.69%
G = 24.51%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D87CA6 (or 0xD87CA6) is known color: Pale Violet Red. HEX triplet: D8, 7C and A6. RGB value is (216,124,166). Sum of RGB (Red+Green+Blue) = 216+124+166=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CA6 is #278359. Grayscale: #9C9C9C. Windows color (decimal): -2589530 or 10910936. OLE color: 10910936.

HSL color Cylindrical-coordinate representation of color #D87CA6: hue angle of 332.61º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CA6 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 166 -
CMYK 0 0.43 0.23 0.15
HSL 332.61º 0.54% 0.67% -
HSV(B) 332.61º 0.43% 0.85% -
XYZ 42.41 31.77 39.97 -
YUV 156.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 216 124 166 0 0.43 0.23 0.15 332.61 0.54 0.67
Hex D8 7C A6 0 2B 17 F 14D 36 43
Octal 330 174 246 0 53 27 17 515 66 103
Binary 11011000 1111100 10100110 0 101011 10111 1111 101001101 110110 1000011

Color Harmonies of #D87CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87CA6

Black with #D87CA6

Text Example


Text Example

White with #D87CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87CA6; }

 p { color: rgb(216,124,166); }

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

background-color css

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

 a { background-color: rgb(216,124,166); }

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

border-color css

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

 span { border-color: rgb(216,124,166); }

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