Html Css Color HEX #D76B8F Pale Violet Red

📋 copy color: '#D76B8F'

red 215 ◦ green 107 ◦ blue 143

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

Shades of Pale Violet Red #D76B8F

Tints of Pale Violet Red #D76B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.01%

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 46.24%
G = 23.01%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D76B8F (or 0xD76B8F) is known color: Pale Violet Red. HEX triplet: D7, 6B and 8F. RGB value is (215,107,143). Sum of RGB (Red+Green+Blue) = 215+107+143=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B8F is #289470. Grayscale: #8F8F8F. Windows color (decimal): -2659441 or 9399255. OLE color: 9399255.

HSL color Cylindrical-coordinate representation of color #D76B8F: hue angle of 340º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76B8F is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 143 -
CMYK 0 0.50 0.33 0.16
HSL 340º 0.57% 0.63% -
HSV(B) 340º 0.5% 0.84% -
XYZ 38.24 26.95 29.17 -
YUV 143.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 215 107 143 0 0.50 0.33 0.16 340 0.57 0.63
Hex D7 6B 8F 0 32 21 10 154 39 3F
Octal 327 153 217 0 62 41 20 524 71 77
Binary 11010111 1101011 10001111 0 110010 100001 10000 101010100 111001 111111

Color Harmonies of #D76B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B8F

Black with #D76B8F

Text Example


Text Example

White with #D76B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B8F; }

 p { color: rgb(215,107,143); }

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

background-color css

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

 a { background-color: rgb(215,107,143); }

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

border-color css

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

 span { border-color: rgb(215,107,143); }

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