Html Css Color HEX #D87198 Pale Violet Red

📋 copy color: '#D87198'

red 216 ◦ green 113 ◦ blue 152

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

Shades of Pale Violet Red #D87198

Tints of Pale Violet Red #D87198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.49%

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

R = 44.91%
G = 23.49%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D87198 (or 0xD87198) is known color: Pale Violet Red. HEX triplet: D8, 71 and 98. RGB value is (216,113,152). Sum of RGB (Red+Green+Blue) = 216+113+152=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D87198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87198 is #278E67. Grayscale: #949494. Windows color (decimal): -2592360 or 9990616. OLE color: 9990616.

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

Color convert

RGB 216 113 152 -
CMYK 0 0.48 0.30 0.15
HSL 337.28º 0.57% 0.65% -
HSV(B) 337.28º 0.48% 0.85% -
XYZ 39.89 28.68 33.14 -
YUV 148.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 216 113 152 0 0.48 0.30 0.15 337.28 0.57 0.65
Hex D8 71 98 0 30 1E F 151 39 41
Octal 330 161 230 0 60 36 17 521 71 101
Binary 11011000 1110001 10011000 0 110000 11110 1111 101010001 111001 1000001

Color Harmonies of #D87198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87198

Black with #D87198

Text Example


Text Example

White with #D87198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87198; }

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

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

background-color css

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

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

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

border-color css

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

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

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