Html Css Color HEX #D76C8B Pale Violet Red

📋 copy color: '#D76C8B'

red 215 ◦ green 108 ◦ blue 139

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

Shades of Pale Violet Red #D76C8B

Tints of Pale Violet Red #D76C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 46.54%
G = 23.38%
B = 30.09%

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

#D76C8B (or 0xD76C8B) is known color: Pale Violet Red. HEX triplet: D7, 6C and 8B. RGB value is (215,108,139). Sum of RGB (Red+Green+Blue) = 215+108+139=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C8B is #289374. Grayscale: #8F8F8F. Windows color (decimal): -2659189 or 9137367. OLE color: 9137367.

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

Color convert

RGB 215 108 139 -
CMYK 0 0.50 0.35 0.16
HSL 342.62º 0.57% 0.63% -
HSV(B) 342.62º 0.5% 0.84% -
XYZ 38.05 27.04 27.64 -
YUV 143.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 215 108 139 0 0.50 0.35 0.16 342.62 0.57 0.63
Hex D7 6C 8B 0 32 23 10 157 39 3F
Octal 327 154 213 0 62 43 20 527 71 77
Binary 11010111 1101100 10001011 0 110010 100011 10000 101010111 111001 111111

Color Harmonies of #D76C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C8B

Black with #D76C8B

Text Example


Text Example

White with #D76C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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