Html Css Color HEX #D76E8F Pale Violet Red

📋 copy color: '#D76E8F'

red 215 ◦ green 110 ◦ blue 143

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

Shades of Pale Violet Red #D76E8F

Tints of Pale Violet Red #D76E8F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.5%

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

R = 45.94%
G = 23.5%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D76E8F (or 0xD76E8F) is known color: Pale Violet Red. HEX triplet: D7, 6E and 8F. RGB value is (215,110,143). Sum of RGB (Red+Green+Blue) = 215+110+143=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E8F is #289170. Grayscale: #919191. Windows color (decimal): -2658673 or 9400023. OLE color: 9400023.

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

Color convert

RGB 215 110 143 -
CMYK 0 0.49 0.33 0.16
HSL 341.14º 0.57% 0.64% -
HSV(B) 341.14º 0.49% 0.84% -
XYZ 38.56 27.58 29.28 -
YUV 145.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 215 110 143 0 0.49 0.33 0.16 341.14 0.57 0.64
Hex D7 6E 8F 0 31 21 10 155 39 40
Octal 327 156 217 0 61 41 20 525 71 100
Binary 11010111 1101110 10001111 0 110001 100001 10000 101010101 111001 1000000

Color Harmonies of #D76E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E8F

Black with #D76E8F

Text Example


Text Example

White with #D76E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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