Html Css Color HEX #D77B9F Pale Violet Red

📋 copy color: '#D77B9F'

red 215 ◦ green 123 ◦ blue 159

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

Shades of Pale Violet Red #D77B9F

Tints of Pale Violet Red #D77B9F

RGB

 RED value IS 215 (84.38% from 255) = 43.26%

 GREEN value IS 123 (48.44% from 255) = 24.75%

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

R = 43.26%
G = 24.75%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D77B9F (or 0xD77B9F) is known color: Pale Violet Red. HEX triplet: D7, 7B and 9F. RGB value is (215,123,159). Sum of RGB (Red+Green+Blue) = 215+123+159=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B9F is #288460. Grayscale: #9A9A9A. Windows color (decimal): -2655329 or 10451927. OLE color: 10451927.

HSL color Cylindrical-coordinate representation of color #D77B9F: hue angle of 336.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77B9F is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 123 159 -
CMYK 0 0.43 0.26 0.16
HSL 336.52º 0.53% 0.66% -
HSV(B) 336.52º 0.43% 0.84% -
XYZ 41.37 31.12 36.63 -
YUV 154.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 215 123 159 0 0.43 0.26 0.16 336.52 0.53 0.66
Hex D7 7B 9F 0 2B 1A 10 151 35 42
Octal 327 173 237 0 53 32 20 521 65 102
Binary 11010111 1111011 10011111 0 101011 11010 10000 101010001 110101 1000010

Color Harmonies of #D77B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B9F

Black with #D77B9F

Text Example


Text Example

White with #D77B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77B9F; }

 p { color: rgb(215,123,159); }

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

background-color css

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

 a { background-color: rgb(215,123,159); }

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

border-color css

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

 span { border-color: rgb(215,123,159); }

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