Html Css Color HEX #D76B93 Pale Violet Red

📋 copy color: '#D76B93'

red 215 ◦ green 107 ◦ blue 147

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

Shades of Pale Violet Red #D76B93

Tints of Pale Violet Red #D76B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 45.84%
G = 22.81%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D76B93 (or 0xD76B93) is known color: Pale Violet Red. HEX triplet: D7, 6B and 93. RGB value is (215,107,147). Sum of RGB (Red+Green+Blue) = 215+107+147=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76B93 is #28946C. Grayscale: #8F8F8F. Windows color (decimal): -2659437 or 9661399. OLE color: 9661399.

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

Color convert

RGB 215 107 147 -
CMYK 0 0.50 0.32 0.16
HSL 337.78º 0.57% 0.63% -
HSV(B) 337.78º 0.5% 0.84% -
XYZ 38.55 27.07 30.8 -
YUV 143.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 215 107 147 0 0.50 0.32 0.16 337.78 0.57 0.63
Hex D7 6B 93 0 32 20 10 152 39 3F
Octal 327 153 223 0 62 40 20 522 71 77
Binary 11010111 1101011 10010011 0 110010 100000 10000 101010010 111001 111111

Color Harmonies of #D76B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B93

Black with #D76B93

Text Example


Text Example

White with #D76B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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