Html Css Color HEX #D76C8C Pale Violet Red

📋 copy color: '#D76C8C'

red 215 ◦ green 108 ◦ blue 140

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

Shades of Pale Violet Red #D76C8C

Tints of Pale Violet Red #D76C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

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

R = 46.44%
G = 23.33%
B = 30.24%

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

#D76C8C (or 0xD76C8C) is known color: Pale Violet Red. HEX triplet: D7, 6C and 8C. RGB value is (215,108,140). Sum of RGB (Red+Green+Blue) = 215+108+140=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C8C is #289373. Grayscale: #8F8F8F. Windows color (decimal): -2659188 or 9202903. OLE color: 9202903.

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

Color convert

RGB 215 108 140 -
CMYK 0 0.50 0.35 0.16
HSL 342.06º 0.57% 0.63% -
HSV(B) 342.06º 0.5% 0.84% -
XYZ 38.12 27.07 28.03 -
YUV 143.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 215 108 140 0 0.50 0.35 0.16 342.06 0.57 0.63
Hex D7 6C 8C 0 32 23 10 156 39 3F
Octal 327 154 214 0 62 43 20 526 71 77
Binary 11010111 1101100 10001100 0 110010 100011 10000 101010110 111001 111111

Color Harmonies of #D76C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C8C

Black with #D76C8C

Text Example


Text Example

White with #D76C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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