Html Css Color HEX #D5769A Pale Violet Red

📋 copy color: '#D5769A'

red 213 ◦ green 118 ◦ blue 154

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

Shades of Pale Violet Red #D5769A

Tints of Pale Violet Red #D5769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.33%

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

R = 43.92%
G = 24.33%
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

#D5769A (or 0xD5769A) is known color: Pale Violet Red. HEX triplet: D5, 76 and 9A. RGB value is (213,118,154). Sum of RGB (Red+Green+Blue) = 213+118+154=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5769A is #2A8965. Grayscale: #969696. Windows color (decimal): -2787686 or 10122965. OLE color: 10122965.

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

Color convert

RGB 213 118 154 -
CMYK 0 0.45 0.28 0.16
HSL 337.26º 0.53% 0.65% -
HSV(B) 337.26º 0.45% 0.84% -
XYZ 39.75 29.44 34.16 -
YUV 150.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 213 118 154 0 0.45 0.28 0.16 337.26 0.53 0.65
Hex D5 76 9A 0 2D 1C 10 151 35 41
Octal 325 166 232 0 55 34 20 521 65 101
Binary 11010101 1110110 10011010 0 101101 11100 10000 101010001 110101 1000001

Color Harmonies of #D5769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5769A

Black with #D5769A

Text Example


Text Example

White with #D5769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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