Html Css Color HEX #D87194 Pale Violet Red

📋 copy color: '#D87194'

red 216 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #D87194

Tints of Pale Violet Red #D87194

RGB

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

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

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

R = 45.28%
G = 23.69%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D87194 (or 0xD87194) is known color: Pale Violet Red. HEX triplet: D8, 71 and 94. RGB value is (216,113,148). Sum of RGB (Red+Green+Blue) = 216+113+148=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D87194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87194 is #278E6B. Grayscale: #939393. Windows color (decimal): -2592364 or 9728472. OLE color: 9728472.

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

Color convert

RGB 216 113 148 -
CMYK 0 0.48 0.31 0.15
HSL 339.61º 0.57% 0.65% -
HSV(B) 339.61º 0.48% 0.85% -
XYZ 39.57 28.55 31.44 -
YUV 147.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 216 113 148 0 0.48 0.31 0.15 339.61 0.57 0.65
Hex D8 71 94 0 30 1F F 154 39 41
Octal 330 161 224 0 60 37 17 524 71 101
Binary 11011000 1110001 10010100 0 110000 11111 1111 101010100 111001 1000001

Color Harmonies of #D87194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87194

Black with #D87194

Text Example


Text Example

White with #D87194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87194; }

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

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

background-color css

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

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

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

border-color css

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

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

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