Html Css Color HEX #D76996 Pale Violet Red

📋 copy color: '#D76996'

red 215 ◦ green 105 ◦ blue 150

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

Shades of Pale Violet Red #D76996

Tints of Pale Violet Red #D76996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.34%

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 45.74%
G = 22.34%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76996 (or 0xD76996) is known color: Pale Violet Red. HEX triplet: D7, 69 and 96. RGB value is (215,105,150). Sum of RGB (Red+Green+Blue) = 215+105+150=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D76996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76996 is #289669. Grayscale: #8E8E8E. Windows color (decimal): -2659946 or 9857495. OLE color: 9857495.

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

Color convert

RGB 215 105 150 -
CMYK 0 0.51 0.30 0.16
HSL 335.45º 0.58% 0.63% -
HSV(B) 335.45º 0.51% 0.84% -
XYZ 38.58 26.75 31.98 -
YUV 143.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 215 105 150 0 0.51 0.30 0.16 335.45 0.58 0.63
Hex D7 69 96 0 33 1E 10 14F 3A 3F
Octal 327 151 226 0 63 36 20 517 72 77
Binary 11010111 1101001 10010110 0 110011 11110 10000 101001111 111010 111111

Color Harmonies of #D76996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76996

Black with #D76996

Text Example


Text Example

White with #D76996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76996; }

 p { color: rgb(215,105,150); }

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

background-color css

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

 a { background-color: rgb(215,105,150); }

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

border-color css

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

 span { border-color: rgb(215,105,150); }

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