Html Css Color HEX #D76B8C Pale Violet Red

📋 copy color: '#D76B8C'

red 215 ◦ green 107 ◦ blue 140

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

Shades of Pale Violet Red #D76B8C

Tints of Pale Violet Red #D76B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 46.54%
G = 23.16%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D76B8C (or 0xD76B8C) is known color: Pale Violet Red. HEX triplet: D7, 6B and 8C. RGB value is (215,107,140). Sum of RGB (Red+Green+Blue) = 215+107+140=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B8C is #289473. Grayscale: #8F8F8F. Windows color (decimal): -2659444 or 9202647. OLE color: 9202647.

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

Color convert

RGB 215 107 140 -
CMYK 0 0.50 0.35 0.16
HSL 341.67º 0.57% 0.63% -
HSV(B) 341.67º 0.5% 0.84% -
XYZ 38.02 26.86 27.99 -
YUV 143.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 215 107 140 0 0.50 0.35 0.16 341.67 0.57 0.63
Hex D7 6B 8C 0 32 23 10 156 39 3F
Octal 327 153 214 0 62 43 20 526 71 77
Binary 11010111 1101011 10001100 0 110010 100011 10000 101010110 111001 111111

Color Harmonies of #D76B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B8C

Black with #D76B8C

Text Example


Text Example

White with #D76B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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