Html Css Color HEX #D5769C Pale Violet Red

📋 copy color: '#D5769C'

red 213 ◦ green 118 ◦ blue 156

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

Shades of Pale Violet Red #D5769C

Tints of Pale Violet Red #D5769C

RGB

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

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

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

R = 43.74%
G = 24.23%
B = 32.03%

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

#D5769C (or 0xD5769C) is known color: Pale Violet Red. HEX triplet: D5, 76 and 9C. RGB value is (213,118,156). Sum of RGB (Red+Green+Blue) = 213+118+156=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5769C is #2A8963. Grayscale: #969696. Windows color (decimal): -2787684 or 10254037. OLE color: 10254037.

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

Color convert

RGB 213 118 156 -
CMYK 0 0.45 0.27 0.16
HSL 336º 0.53% 0.65% -
HSV(B) 336º 0.45% 0.84% -
XYZ 39.92 29.5 35.04 -
YUV 150.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 213 118 156 0 0.45 0.27 0.16 336 0.53 0.65
Hex D5 76 9C 0 2D 1B 10 150 35 41
Octal 325 166 234 0 55 33 20 520 65 101
Binary 11010101 1110110 10011100 0 101101 11011 10000 101010000 110101 1000001

Color Harmonies of #D5769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5769C

Black with #D5769C

Text Example


Text Example

White with #D5769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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