Html Css Color HEX #D76F8D Pale Violet Red

📋 copy color: '#D76F8D'

red 215 ◦ green 111 ◦ blue 141

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

Shades of Pale Violet Red #D76F8D

Tints of Pale Violet Red #D76F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 46.04%
G = 23.77%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D76F8D (or 0xD76F8D) is known color: Pale Violet Red. HEX triplet: D7, 6F and 8D. RGB value is (215,111,141). Sum of RGB (Red+Green+Blue) = 215+111+141=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F8D is #289072. Grayscale: #919191. Windows color (decimal): -2658419 or 9269207. OLE color: 9269207.

HSL color Cylindrical-coordinate representation of color #D76F8D: hue angle of 342.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F8D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 141 -
CMYK 0 0.48 0.34 0.16
HSL 342.69º 0.57% 0.64% -
HSV(B) 342.69º 0.48% 0.84% -
XYZ 38.52 27.74 28.52 -
YUV 145.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 215 111 141 0 0.48 0.34 0.16 342.69 0.57 0.64
Hex D7 6F 8D 0 30 22 10 157 39 40
Octal 327 157 215 0 60 42 20 527 71 100
Binary 11010111 1101111 10001101 0 110000 100010 10000 101010111 111001 1000000

Color Harmonies of #D76F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F8D

Black with #D76F8D

Text Example


Text Example

White with #D76F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F8D; }

 p { color: rgb(215,111,141); }

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

background-color css

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

 a { background-color: rgb(215,111,141); }

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

border-color css

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

 span { border-color: rgb(215,111,141); }

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