Html Css Color HEX #D76F96 Pale Violet Red

📋 copy color: '#D76F96'

red 215 ◦ green 111 ◦ blue 150

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

Shades of Pale Violet Red #D76F96

Tints of Pale Violet Red #D76F96

RGB

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

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

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

R = 45.17%
G = 23.32%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76F96 (or 0xD76F96) is known color: Pale Violet Red. HEX triplet: D7, 6F and 96. RGB value is (215,111,150). Sum of RGB (Red+Green+Blue) = 215+111+150=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F96 is #289069. Grayscale: #929292. Windows color (decimal): -2658410 or 9859031. OLE color: 9859031.

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

Color convert

RGB 215 111 150 -
CMYK 0 0.48 0.30 0.16
HSL 337.5º 0.57% 0.64% -
HSV(B) 337.5º 0.48% 0.84% -
XYZ 39.21 28.02 32.2 -
YUV 146.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 215 111 150 0 0.48 0.30 0.16 337.5 0.57 0.64
Hex D7 6F 96 0 30 1E 10 152 39 40
Octal 327 157 226 0 60 36 20 522 71 100
Binary 11010111 1101111 10010110 0 110000 11110 10000 101010010 111001 1000000

Color Harmonies of #D76F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76F96

Black with #D76F96

Text Example


Text Example

White with #D76F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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