Html Css Color HEX #D76F8F Pale Violet Red

📋 copy color: '#D76F8F'

red 215 ◦ green 111 ◦ blue 143

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

Shades of Pale Violet Red #D76F8F

Tints of Pale Violet Red #D76F8F

RGB

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

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

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

R = 45.84%
G = 23.67%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D76F8F (or 0xD76F8F) is known color: Pale Violet Red. HEX triplet: D7, 6F and 8F. RGB value is (215,111,143). Sum of RGB (Red+Green+Blue) = 215+111+143=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F8F is #289070. Grayscale: #919191. Windows color (decimal): -2658417 or 9400279. OLE color: 9400279.

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

Color convert

RGB 215 111 143 -
CMYK 0 0.48 0.33 0.16
HSL 341.54º 0.57% 0.64% -
HSV(B) 341.54º 0.48% 0.84% -
XYZ 38.67 27.8 29.31 -
YUV 145.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 215 111 143 0 0.48 0.33 0.16 341.54 0.57 0.64
Hex D7 6F 8F 0 30 21 10 156 39 40
Octal 327 157 217 0 60 41 20 526 71 100
Binary 11010111 1101111 10001111 0 110000 100001 10000 101010110 111001 1000000

Color Harmonies of #D76F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F8F

Black with #D76F8F

Text Example


Text Example

White with #D76F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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