Html Css Color HEX #D86A98 Pale Violet Red

📋 copy color: '#D86A98'

red 216 ◦ green 106 ◦ blue 152

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

Shades of Pale Violet Red #D86A98

Tints of Pale Violet Red #D86A98

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.36%

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

R = 45.57%
G = 22.36%
B = 32.07%

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

#D86A98 (or 0xD86A98) is known color: Pale Violet Red. HEX triplet: D8, 6A and 98. RGB value is (216,106,152). Sum of RGB (Red+Green+Blue) = 216+106+152=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A98 is #279567. Grayscale: #909090. Windows color (decimal): -2594152 or 9988824. OLE color: 9988824.

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

Color convert

RGB 216 106 152 -
CMYK 0 0.51 0.30 0.15
HSL 334.91º 0.59% 0.63% -
HSV(B) 334.91º 0.51% 0.85% -
XYZ 39.14 27.17 32.89 -
YUV 144.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 216 106 152 0 0.51 0.30 0.15 334.91 0.59 0.63
Hex D8 6A 98 0 33 1E F 14F 3B 3F
Octal 330 152 230 0 63 36 17 517 73 77
Binary 11011000 1101010 10011000 0 110011 11110 1111 101001111 111011 111111

Color Harmonies of #D86A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A98

Black with #D86A98

Text Example


Text Example

White with #D86A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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