Html Css Color HEX #D6799C Pale Violet Red

📋 copy color: '#D6799C'

red 214 ◦ green 121 ◦ blue 156

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

Shades of Pale Violet Red #D6799C

Tints of Pale Violet Red #D6799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 43.58%
G = 24.64%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6799C (or 0xD6799C) is known color: Pale Violet Red. HEX triplet: D6, 79 and 9C. RGB value is (214,121,156). Sum of RGB (Red+Green+Blue) = 214+121+156=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6799C is #298663. Grayscale: #989898. Windows color (decimal): -2721380 or 10254806. OLE color: 10254806.

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

Color convert

RGB 214 121 156 -
CMYK 0 0.43 0.27 0.16
HSL 337.42º 0.53% 0.66% -
HSV(B) 337.42º 0.43% 0.84% -
XYZ 40.57 30.37 35.18 -
YUV 152.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 214 121 156 0 0.43 0.27 0.16 337.42 0.53 0.66
Hex D6 79 9C 0 2B 1B 10 151 35 42
Octal 326 171 234 0 53 33 20 521 65 102
Binary 11010110 1111001 10011100 0 101011 11011 10000 101010001 110101 1000010

Color Harmonies of #D6799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6799C

Black with #D6799C

Text Example


Text Example

White with #D6799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6799C; }

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

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

background-color css

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

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

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

border-color css

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

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

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