Html Css Color HEX #D86695 Pale Violet Red

📋 copy color: '#D86695'

red 216 ◦ green 102 ◦ blue 149

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

Shades of Pale Violet Red #D86695

Tints of Pale Violet Red #D86695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 46.25%
G = 21.84%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D86695 (or 0xD86695) is known color: Pale Violet Red. HEX triplet: D8, 66 and 95. RGB value is (216,102,149). Sum of RGB (Red+Green+Blue) = 216+102+149=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D86695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86695 is #27996A. Grayscale: #8D8D8D. Windows color (decimal): -2595179 or 9791192. OLE color: 9791192.

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

Color convert

RGB 216 102 149 -
CMYK 0 0.53 0.31 0.15
HSL 335.26º 0.59% 0.62% -
HSV(B) 335.26º 0.53% 0.85% -
XYZ 38.5 26.27 31.48 -
YUV 141.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 216 102 149 0 0.53 0.31 0.15 335.26 0.59 0.62
Hex D8 66 95 0 35 1F F 14F 3B 3E
Octal 330 146 225 0 65 37 17 517 73 76
Binary 11011000 1100110 10010101 0 110101 11111 1111 101001111 111011 111110

Color Harmonies of #D86695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86695

Black with #D86695

Text Example


Text Example

White with #D86695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86695; }

 p { color: rgb(216,102,149); }

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

background-color css

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

 a { background-color: rgb(216,102,149); }

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

border-color css

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

 span { border-color: rgb(216,102,149); }

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