Html Css Color HEX #D77391 Pale Violet Red

📋 copy color: '#D77391'

red 215 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #D77391

Tints of Pale Violet Red #D77391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.53%

R = 45.26%
G = 24.21%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D77391 (or 0xD77391) is known color: Pale Violet Red. HEX triplet: D7, 73 and 91. RGB value is (215,115,145). Sum of RGB (Red+Green+Blue) = 215+115+145=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D77391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77391 is #288C6E. Grayscale: #949494. Windows color (decimal): -2657391 or 9532375. OLE color: 9532375.

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

Color convert

RGB 215 115 145 -
CMYK 0 0.47 0.33 0.16
HSL 342º 0.56% 0.65% -
HSV(B) 342º 0.47% 0.84% -
XYZ 39.27 28.75 30.27 -
YUV 148.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 215 115 145 0 0.47 0.33 0.16 342 0.56 0.65
Hex D7 73 91 0 2F 21 10 156 38 41
Octal 327 163 221 0 57 41 20 526 70 101
Binary 11010111 1110011 10010001 0 101111 100001 10000 101010110 111000 1000001

Color Harmonies of #D77391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77391

Black with #D77391

Text Example


Text Example

White with #D77391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77391; }

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

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

background-color css

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

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

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

border-color css

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

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

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