Html Css Color HEX #D5759C Pale Violet Red

📋 copy color: '#D5759C'

red 213 ◦ green 117 ◦ blue 156

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

Shades of Pale Violet Red #D5759C

Tints of Pale Violet Red #D5759C

RGB

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

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

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

R = 43.83%
G = 24.07%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5759C (or 0xD5759C) is known color: Pale Violet Red. HEX triplet: D5, 75 and 9C. RGB value is (213,117,156). Sum of RGB (Red+Green+Blue) = 213+117+156=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5759C is #2A8A63. Grayscale: #969696. Windows color (decimal): -2787940 or 10253781. OLE color: 10253781.

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

Color convert

RGB 213 117 156 -
CMYK 0 0.45 0.27 0.16
HSL 335.63º 0.53% 0.65% -
HSV(B) 335.63º 0.45% 0.84% -
XYZ 39.8 29.27 35 -
YUV 150.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 213 117 156 0 0.45 0.27 0.16 335.63 0.53 0.65
Hex D5 75 9C 0 2D 1B 10 150 35 41
Octal 325 165 234 0 55 33 20 520 65 101
Binary 11010101 1110101 10011100 0 101101 11011 10000 101010000 110101 1000001

Color Harmonies of #D5759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5759C

Black with #D5759C

Text Example


Text Example

White with #D5759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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