Html Css Color HEX #D87C94 Pale Violet Red

📋 copy color: '#D87C94'

red 216 ◦ green 124 ◦ blue 148

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

Shades of Pale Violet Red #D87C94

Tints of Pale Violet Red #D87C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 44.26%
G = 25.41%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D87C94 (or 0xD87C94) is known color: Pale Violet Red. HEX triplet: D8, 7C and 94. RGB value is (216,124,148). Sum of RGB (Red+Green+Blue) = 216+124+148=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87C94 is #27836B. Grayscale: #9A9A9A. Windows color (decimal): -2589548 or 9731288. OLE color: 9731288.

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

Color convert

RGB 216 124 148 -
CMYK 0 0.43 0.31 0.15
HSL 344.35º 0.54% 0.67% -
HSV(B) 344.35º 0.43% 0.85% -
XYZ 40.87 31.15 31.88 -
YUV 154.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 216 124 148 0 0.43 0.31 0.15 344.35 0.54 0.67
Hex D8 7C 94 0 2B 1F F 158 36 43
Octal 330 174 224 0 53 37 17 530 66 103
Binary 11011000 1111100 10010100 0 101011 11111 1111 101011000 110110 1000011

Color Harmonies of #D87C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C94

Black with #D87C94

Text Example


Text Example

White with #D87C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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