Html Css Color HEX #D76891 Pale Violet Red

📋 copy color: '#D76891'

red 215 ◦ green 104 ◦ blue 145

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

Shades of Pale Violet Red #D76891

Tints of Pale Violet Red #D76891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 46.34%
G = 22.41%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D76891 (or 0xD76891) is known color: Pale Violet Red. HEX triplet: D7, 68 and 91. RGB value is (215,104,145). Sum of RGB (Red+Green+Blue) = 215+104+145=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76891 is #28976E. Grayscale: #8D8D8D. Windows color (decimal): -2660207 or 9529559. OLE color: 9529559.

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

Color convert

RGB 215 104 145 -
CMYK 0 0.52 0.33 0.16
HSL 337.84º 0.58% 0.63% -
HSV(B) 337.84º 0.52% 0.84% -
XYZ 38.09 26.39 29.87 -
YUV 141.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 215 104 145 0 0.52 0.33 0.16 337.84 0.58 0.63
Hex D7 68 91 0 34 21 10 152 3A 3F
Octal 327 150 221 0 64 41 20 522 72 77
Binary 11010111 1101000 10010001 0 110100 100001 10000 101010010 111010 111111

Color Harmonies of #D76891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76891

Black with #D76891

Text Example


Text Example

White with #D76891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76891; }

 p { color: rgb(215,104,145); }

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

background-color css

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

 a { background-color: rgb(215,104,145); }

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

border-color css

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

 span { border-color: rgb(215,104,145); }

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