Html Css Color HEX #D6799F Pale Violet Red

📋 copy color: '#D6799F'

red 214 ◦ green 121 ◦ blue 159

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

Shades of Pale Violet Red #D6799F

Tints of Pale Violet Red #D6799F

RGB

 RED value IS 214 (83.98% from 255) = 43.32%

 GREEN value IS 121 (47.66% from 255) = 24.49%

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 43.32%
G = 24.49%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6799F (or 0xD6799F) is known color: Pale Violet Red. HEX triplet: D6, 79 and 9F. RGB value is (214,121,159). Sum of RGB (Red+Green+Blue) = 214+121+159=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6799F is #298660. Grayscale: #999999. Windows color (decimal): -2721377 or 10451414. OLE color: 10451414.

HSL color Cylindrical-coordinate representation of color #D6799F: hue angle of 335.48º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6799F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 159 -
CMYK 0 0.43 0.26 0.16
HSL 335.48º 0.53% 0.66% -
HSV(B) 335.48º 0.43% 0.84% -
XYZ 40.83 30.47 36.53 -
YUV 153.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 214 121 159 0 0.43 0.26 0.16 335.48 0.53 0.66
Hex D6 79 9F 0 2B 1A 10 14F 35 42
Octal 326 171 237 0 53 32 20 517 65 102
Binary 11010110 1111001 10011111 0 101011 11010 10000 101001111 110101 1000010

Color Harmonies of #D6799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6799F

Black with #D6799F

Text Example


Text Example

White with #D6799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6799F; }

 p { color: rgb(214,121,159); }

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

background-color css

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

 a { background-color: rgb(214,121,159); }

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

border-color css

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

 span { border-color: rgb(214,121,159); }

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