Html Css Color HEX #D5769F Pale Violet Red

📋 copy color: '#D5769F'

red 213 ◦ green 118 ◦ blue 159

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

Shades of Pale Violet Red #D5769F

Tints of Pale Violet Red #D5769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.45%

R = 43.47%
G = 24.08%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5769F (or 0xD5769F) is known color: Pale Violet Red. HEX triplet: D5, 76 and 9F. RGB value is (213,118,159). Sum of RGB (Red+Green+Blue) = 213+118+159=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5769F is #2A8960. Grayscale: #979797. Windows color (decimal): -2787681 or 10450645. OLE color: 10450645.

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

Color convert

RGB 213 118 159 -
CMYK 0 0.45 0.25 0.16
HSL 334.11º 0.53% 0.65% -
HSV(B) 334.11º 0.45% 0.84% -
XYZ 40.18 29.61 36.4 -
YUV 151.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 213 118 159 0 0.45 0.25 0.16 334.11 0.53 0.65
Hex D5 76 9F 0 2D 19 10 14E 35 41
Octal 325 166 237 0 55 31 20 516 65 101
Binary 11010101 1110110 10011111 0 101101 11001 10000 101001110 110101 1000001

Color Harmonies of #D5769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5769F

Black with #D5769F

Text Example


Text Example

White with #D5769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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