Html Css Color HEX #D6799A Pale Violet Red

📋 copy color: '#D6799A'

red 214 ◦ green 121 ◦ blue 154

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

Shades of Pale Violet Red #D6799A

Tints of Pale Violet Red #D6799A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 43.76%
G = 24.74%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6799A (or 0xD6799A) is known color: Pale Violet Red. HEX triplet: D6, 79 and 9A. RGB value is (214,121,154). Sum of RGB (Red+Green+Blue) = 214+121+154=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6799A is #298665. Grayscale: #989898. Windows color (decimal): -2721382 or 10123734. OLE color: 10123734.

HSL color Cylindrical-coordinate representation of color #D6799A: hue angle of 338.71º 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 #D6799A is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 154 -
CMYK 0 0.43 0.28 0.16
HSL 338.71º 0.53% 0.66% -
HSV(B) 338.71º 0.43% 0.84% -
XYZ 40.4 30.3 34.29 -
YUV 152.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 214 121 154 0 0.43 0.28 0.16 338.71 0.53 0.66
Hex D6 79 9A 0 2B 1C 10 153 35 42
Octal 326 171 232 0 53 34 20 523 65 102
Binary 11010110 1111001 10011010 0 101011 11100 10000 101010011 110101 1000010

Color Harmonies of #D6799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6799A

Black with #D6799A

Text Example


Text Example

White with #D6799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6799A; }

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

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

background-color css

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

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

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

border-color css

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

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

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