Html Css Color HEX #D87D98 Pale Violet Red

📋 copy color: '#D87D98'

red 216 ◦ green 125 ◦ blue 152

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

Shades of Pale Violet Red #D87D98

Tints of Pale Violet Red #D87D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.35%

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 43.81%
G = 25.35%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D87D98 (or 0xD87D98) is known color: Pale Violet Red. HEX triplet: D8, 7D and 98. RGB value is (216,125,152). Sum of RGB (Red+Green+Blue) = 216+125+152=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87D98 is #278267. Grayscale: #9B9B9B. Windows color (decimal): -2589288 or 9993688. OLE color: 9993688.

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

Color convert

RGB 216 125 152 -
CMYK 0 0.42 0.30 0.15
HSL 342.2º 0.54% 0.67% -
HSV(B) 342.2º 0.42% 0.85% -
XYZ 41.32 31.53 33.61 -
YUV 155.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 216 125 152 0 0.42 0.30 0.15 342.2 0.54 0.67
Hex D8 7D 98 0 2A 1E F 156 36 43
Octal 330 175 230 0 52 36 17 526 66 103
Binary 11011000 1111101 10011000 0 101010 11110 1111 101010110 110110 1000011

Color Harmonies of #D87D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D98

Black with #D87D98

Text Example


Text Example

White with #D87D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D98; }

 p { color: rgb(216,125,152); }

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

background-color css

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

 a { background-color: rgb(216,125,152); }

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

border-color css

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

 span { border-color: rgb(216,125,152); }

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