Html Css Color HEX #D86694 Pale Violet Red

📋 copy color: '#D86694'

red 216 ◦ green 102 ◦ blue 148

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

Shades of Pale Violet Red #D86694

Tints of Pale Violet Red #D86694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.76%

R = 46.35%
G = 21.89%
B = 31.76%

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

#D86694 (or 0xD86694) is known color: Pale Violet Red. HEX triplet: D8, 66 and 94. RGB value is (216,102,148). Sum of RGB (Red+Green+Blue) = 216+102+148=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D86694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86694 is #27996B. Grayscale: #8D8D8D. Windows color (decimal): -2595180 or 9725656. OLE color: 9725656.

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

Color convert

RGB 216 102 148 -
CMYK 0 0.53 0.31 0.15
HSL 335.79º 0.59% 0.62% -
HSV(B) 335.79º 0.53% 0.85% -
XYZ 38.42 26.24 31.06 -
YUV 141.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 216 102 148 0 0.53 0.31 0.15 335.79 0.59 0.62
Hex D8 66 94 0 35 1F F 150 3B 3E
Octal 330 146 224 0 65 37 17 520 73 76
Binary 11011000 1100110 10010100 0 110101 11111 1111 101010000 111011 111110

Color Harmonies of #D86694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86694

Black with #D86694

Text Example


Text Example

White with #D86694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86694; }

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

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

background-color css

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

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

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

border-color css

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

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

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