Html Css Color HEX #D6759A Pale Violet Red

📋 copy color: '#D6759A'

red 214 ◦ green 117 ◦ blue 154

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

Shades of Pale Violet Red #D6759A

Tints of Pale Violet Red #D6759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 44.12%
G = 24.12%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6759A (or 0xD6759A) is known color: Pale Violet Red. HEX triplet: D6, 75 and 9A. RGB value is (214,117,154). Sum of RGB (Red+Green+Blue) = 214+117+154=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6759A is #298A65. Grayscale: #969696. Windows color (decimal): -2722406 or 10122710. OLE color: 10122710.

HSL color Cylindrical-coordinate representation of color #D6759A: hue angle of 337.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6759A is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 154 -
CMYK 0 0.45 0.28 0.16
HSL 337.11º 0.54% 0.65% -
HSV(B) 337.11º 0.45% 0.84% -
XYZ 39.93 29.35 34.13 -
YUV 150.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 214 117 154 0 0.45 0.28 0.16 337.11 0.54 0.65
Hex D6 75 9A 0 2D 1C 10 151 36 41
Octal 326 165 232 0 55 34 20 521 66 101
Binary 11010110 1110101 10011010 0 101101 11100 10000 101010001 110110 1000001

Color Harmonies of #D6759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6759A

Black with #D6759A

Text Example


Text Example

White with #D6759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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