Html Css Color HEX #D5759A Pale Violet Red

📋 copy color: '#D5759A'

red 213 ◦ green 117 ◦ blue 154

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

Shades of Pale Violet Red #D5759A

Tints of Pale Violet Red #D5759A

RGB

 RED value IS 213 (83.59% from 255) = 44.01%

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

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

R = 44.01%
G = 24.17%
B = 31.82%

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

#D5759A (or 0xD5759A) is known color: Pale Violet Red. HEX triplet: D5, 75 and 9A. RGB value is (213,117,154). Sum of RGB (Red+Green+Blue) = 213+117+154=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5759A is #2A8A65. Grayscale: #959595. Windows color (decimal): -2787942 or 10122709. OLE color: 10122709.

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

Color convert

RGB 213 117 154 -
CMYK 0 0.45 0.28 0.16
HSL 336.88º 0.53% 0.65% -
HSV(B) 336.88º 0.45% 0.84% -
XYZ 39.63 29.2 34.12 -
YUV 149.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 213 117 154 0 0.45 0.28 0.16 336.88 0.53 0.65
Hex D5 75 9A 0 2D 1C 10 151 35 41
Octal 325 165 232 0 55 34 20 521 65 101
Binary 11010101 1110101 10011010 0 101101 11100 10000 101010001 110101 1000001

Color Harmonies of #D5759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5759A

Black with #D5759A

Text Example


Text Example

White with #D5759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5759A; }

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

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

background-color css

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

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

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

border-color css

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

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

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