Html Css Color HEX #D8698F Pale Violet Red

📋 copy color: '#D8698F'

red 216 ◦ green 105 ◦ blue 143

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

Shades of Pale Violet Red #D8698F

Tints of Pale Violet Red #D8698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 46.55%
G = 22.63%
B = 30.82%

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

#D8698F (or 0xD8698F) is known color: Pale Violet Red. HEX triplet: D8, 69 and 8F. RGB value is (216,105,143). Sum of RGB (Red+Green+Blue) = 216+105+143=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8698F is #279670. Grayscale: #8E8E8E. Windows color (decimal): -2594417 or 9398744. OLE color: 9398744.

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

Color convert

RGB 216 105 143 -
CMYK 0 0.51 0.34 0.15
HSL 339.46º 0.59% 0.63% -
HSV(B) 339.46º 0.51% 0.85% -
XYZ 38.33 26.69 29.12 -
YUV 142.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 216 105 143 0 0.51 0.34 0.15 339.46 0.59 0.63
Hex D8 69 8F 0 33 22 F 153 3B 3F
Octal 330 151 217 0 63 42 17 523 73 77
Binary 11011000 1101001 10001111 0 110011 100010 1111 101010011 111011 111111

Color Harmonies of #D8698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8698F

Black with #D8698F

Text Example


Text Example

White with #D8698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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