Html Css Color HEX #D77092 Pale Violet Red

📋 copy color: '#D77092'

red 215 ◦ green 112 ◦ blue 146

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

Shades of Pale Violet Red #D77092

Tints of Pale Violet Red #D77092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 45.45%
G = 23.68%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D77092 (or 0xD77092) is known color: Pale Violet Red. HEX triplet: D7, 70 and 92. RGB value is (215,112,146). Sum of RGB (Red+Green+Blue) = 215+112+146=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77092 is #288F6D. Grayscale: #929292. Windows color (decimal): -2658158 or 9597143. OLE color: 9597143.

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

Color convert

RGB 215 112 146 -
CMYK 0 0.48 0.32 0.16
HSL 340.19º 0.56% 0.64% -
HSV(B) 340.19º 0.48% 0.84% -
XYZ 39.01 28.11 30.56 -
YUV 146.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 215 112 146 0 0.48 0.32 0.16 340.19 0.56 0.64
Hex D7 70 92 0 30 20 10 154 38 40
Octal 327 160 222 0 60 40 20 524 70 100
Binary 11010111 1110000 10010010 0 110000 100000 10000 101010100 111000 1000000

Color Harmonies of #D77092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77092

Black with #D77092

Text Example


Text Example

White with #D77092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77092; }

 p { color: rgb(215,112,146); }

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

background-color css

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

 a { background-color: rgb(215,112,146); }

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

border-color css

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

 span { border-color: rgb(215,112,146); }

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