Html Css Color HEX #D77892 Pale Violet Red

📋 copy color: '#D77892'

red 215 ◦ green 120 ◦ blue 146

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

Shades of Pale Violet Red #D77892

Tints of Pale Violet Red #D77892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

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

R = 44.7%
G = 24.95%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D77892 (or 0xD77892) is known color: Pale Violet Red. HEX triplet: D7, 78 and 92. RGB value is (215,120,146). Sum of RGB (Red+Green+Blue) = 215+120+146=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77892 is #28876D. Grayscale: #979797. Windows color (decimal): -2656110 or 9599191. OLE color: 9599191.

HSL color Cylindrical-coordinate representation of color #D77892: hue angle of 343.58º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77892 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 146 -
CMYK 0 0.44 0.32 0.16
HSL 343.58º 0.54% 0.66% -
HSV(B) 343.58º 0.44% 0.84% -
XYZ 39.93 29.96 30.87 -
YUV 151.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 215 120 146 0 0.44 0.32 0.16 343.58 0.54 0.66
Hex D7 78 92 0 2C 20 10 158 36 42
Octal 327 170 222 0 54 40 20 530 66 102
Binary 11010111 1111000 10010010 0 101100 100000 10000 101011000 110110 1000010

Color Harmonies of #D77892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77892

Black with #D77892

Text Example


Text Example

White with #D77892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77892; }

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

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

background-color css

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

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

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

border-color css

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

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

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