Html Css Color HEX #D86D98 Pale Violet Red

📋 copy color: '#D86D98'

red 216 ◦ green 109 ◦ blue 152

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

Shades of Pale Violet Red #D86D98

Tints of Pale Violet Red #D86D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.85%

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

R = 45.28%
G = 22.85%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D86D98 (or 0xD86D98) is known color: Pale Violet Red. HEX triplet: D8, 6D and 98. RGB value is (216,109,152). Sum of RGB (Red+Green+Blue) = 216+109+152=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D98 is #279267. Grayscale: #919191. Windows color (decimal): -2593384 or 9989592. OLE color: 9989592.

HSL color Cylindrical-coordinate representation of color #D86D98: hue angle of 335.89º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86D98 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 152 -
CMYK 0 0.50 0.30 0.15
HSL 335.89º 0.58% 0.64% -
HSV(B) 335.89º 0.5% 0.85% -
XYZ 39.46 27.8 32.99 -
YUV 145.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 216 109 152 0 0.50 0.30 0.15 335.89 0.58 0.64
Hex D8 6D 98 0 32 1E F 150 3A 40
Octal 330 155 230 0 62 36 17 520 72 100
Binary 11011000 1101101 10011000 0 110010 11110 1111 101010000 111010 1000000

Color Harmonies of #D86D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D98

Black with #D86D98

Text Example


Text Example

White with #D86D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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