Html Css Color HEX #D76B96 Pale Violet Red

📋 copy color: '#D76B96'

red 215 ◦ green 107 ◦ blue 150

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

Shades of Pale Violet Red #D76B96

Tints of Pale Violet Red #D76B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

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

R = 45.55%
G = 22.67%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76B96 (or 0xD76B96) is known color: Pale Violet Red. HEX triplet: D7, 6B and 96. RGB value is (215,107,150). Sum of RGB (Red+Green+Blue) = 215+107+150=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B96 is #289469. Grayscale: #909090. Windows color (decimal): -2659434 or 9858007. OLE color: 9858007.

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

Color convert

RGB 215 107 150 -
CMYK 0 0.50 0.30 0.16
HSL 336.11º 0.57% 0.63% -
HSV(B) 336.11º 0.5% 0.84% -
XYZ 38.79 27.16 32.05 -
YUV 144.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 215 107 150 0 0.50 0.30 0.16 336.11 0.57 0.63
Hex D7 6B 96 0 32 1E 10 150 39 3F
Octal 327 153 226 0 62 36 20 520 71 77
Binary 11010111 1101011 10010110 0 110010 11110 10000 101010000 111001 111111

Color Harmonies of #D76B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B96

Black with #D76B96

Text Example


Text Example

White with #D76B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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