Html Css Color HEX #D86F98 Pale Violet Red

📋 copy color: '#D86F98'

red 216 ◦ green 111 ◦ blue 152

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

Shades of Pale Violet Red #D86F98

Tints of Pale Violet Red #D86F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

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

R = 45.09%
G = 23.17%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D86F98 (or 0xD86F98) is known color: Pale Violet Red. HEX triplet: D8, 6F and 98. RGB value is (216,111,152). Sum of RGB (Red+Green+Blue) = 216+111+152=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F98 is #279067. Grayscale: #939393. Windows color (decimal): -2592872 or 9990104. OLE color: 9990104.

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

Color convert

RGB 216 111 152 -
CMYK 0 0.49 0.30 0.15
HSL 336.57º 0.57% 0.64% -
HSV(B) 336.57º 0.49% 0.85% -
XYZ 39.67 28.23 33.06 -
YUV 147.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 216 111 152 0 0.49 0.30 0.15 336.57 0.57 0.64
Hex D8 6F 98 0 31 1E F 151 39 40
Octal 330 157 230 0 61 36 17 521 71 100
Binary 11011000 1101111 10011000 0 110001 11110 1111 101010001 111001 1000000

Color Harmonies of #D86F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F98

Black with #D86F98

Text Example


Text Example

White with #D86F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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