Html Css Color HEX #D77392 Pale Violet Red

📋 copy color: '#D77392'

red 215 ◦ green 115 ◦ blue 146

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

Shades of Pale Violet Red #D77392

Tints of Pale Violet Red #D77392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.16%

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

R = 45.17%
G = 24.16%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D77392 (or 0xD77392) is known color: Pale Violet Red. HEX triplet: D7, 73 and 92. RGB value is (215,115,146). Sum of RGB (Red+Green+Blue) = 215+115+146=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77392 is #288C6D. Grayscale: #949494. Windows color (decimal): -2657390 or 9597911. OLE color: 9597911.

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

Color convert

RGB 215 115 146 -
CMYK 0 0.47 0.32 0.16
HSL 341.4º 0.56% 0.65% -
HSV(B) 341.4º 0.47% 0.84% -
XYZ 39.34 28.78 30.68 -
YUV 148.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 215 115 146 0 0.47 0.32 0.16 341.4 0.56 0.65
Hex D7 73 92 0 2F 20 10 155 38 41
Octal 327 163 222 0 57 40 20 525 70 101
Binary 11010111 1110011 10010010 0 101111 100000 10000 101010101 111000 1000001

Color Harmonies of #D77392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77392

Black with #D77392

Text Example


Text Example

White with #D77392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77392; }

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

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

background-color css

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

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

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

border-color css

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

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

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