Html Css Color HEX #D8698E Pale Violet Red

📋 copy color: '#D8698E'

red 216 ◦ green 105 ◦ blue 142

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

Shades of Pale Violet Red #D8698E

Tints of Pale Violet Red #D8698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 46.65%
G = 22.68%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8698E (or 0xD8698E) is known color: Pale Violet Red. HEX triplet: D8, 69 and 8E. RGB value is (216,105,142). Sum of RGB (Red+Green+Blue) = 216+105+142=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8698E is #279671. Grayscale: #8E8E8E. Windows color (decimal): -2594418 or 9333208. OLE color: 9333208.

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

Color convert

RGB 216 105 142 -
CMYK 0 0.51 0.34 0.15
HSL 340º 0.59% 0.63% -
HSV(B) 340º 0.51% 0.85% -
XYZ 38.25 26.66 28.72 -
YUV 142.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 216 105 142 0 0.51 0.34 0.15 340 0.59 0.63
Hex D8 69 8E 0 33 22 F 154 3B 3F
Octal 330 151 216 0 63 42 17 524 73 77
Binary 11011000 1101001 10001110 0 110011 100010 1111 101010100 111011 111111

Color Harmonies of #D8698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8698E

Black with #D8698E

Text Example


Text Example

White with #D8698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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