Html Css Color HEX #D86998 Pale Violet Red

📋 copy color: '#D86998'

red 216 ◦ green 105 ◦ blue 152

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

Shades of Pale Violet Red #D86998

Tints of Pale Violet Red #D86998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

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

R = 45.67%
G = 22.2%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D86998 (or 0xD86998) is known color: Pale Violet Red. HEX triplet: D8, 69 and 98. RGB value is (216,105,152). Sum of RGB (Red+Green+Blue) = 216+105+152=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D86998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86998 is #279667. Grayscale: #8F8F8F. Windows color (decimal): -2594408 or 9988568. OLE color: 9988568.

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

Color convert

RGB 216 105 152 -
CMYK 0 0.51 0.30 0.15
HSL 334.59º 0.59% 0.63% -
HSV(B) 334.59º 0.51% 0.85% -
XYZ 39.04 26.97 32.85 -
YUV 143.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 216 105 152 0 0.51 0.30 0.15 334.59 0.59 0.63
Hex D8 69 98 0 33 1E F 14F 3B 3F
Octal 330 151 230 0 63 36 17 517 73 77
Binary 11011000 1101001 10011000 0 110011 11110 1111 101001111 111011 111111

Color Harmonies of #D86998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86998

Black with #D86998

Text Example


Text Example

White with #D86998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86998; }

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

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

background-color css

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

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

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

border-color css

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

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

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