Html Css Color HEX #D77293 Pale Violet Red

📋 copy color: '#D77293'

red 215 ◦ green 114 ◦ blue 147

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

Shades of Pale Violet Red #D77293

Tints of Pale Violet Red #D77293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.95%

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

R = 45.17%
G = 23.95%
B = 30.88%

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

#D77293 (or 0xD77293) is known color: Pale Violet Red. HEX triplet: D7, 72 and 93. RGB value is (215,114,147). Sum of RGB (Red+Green+Blue) = 215+114+147=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77293 is #288D6C. Grayscale: #939393. Windows color (decimal): -2657645 or 9663191. OLE color: 9663191.

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

Color convert

RGB 215 114 147 -
CMYK 0 0.47 0.32 0.16
HSL 340.4º 0.56% 0.65% -
HSV(B) 340.4º 0.47% 0.84% -
XYZ 39.31 28.59 31.05 -
YUV 147.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 215 114 147 0 0.47 0.32 0.16 340.4 0.56 0.65
Hex D7 72 93 0 2F 20 10 154 38 41
Octal 327 162 223 0 57 40 20 524 70 101
Binary 11010111 1110010 10010011 0 101111 100000 10000 101010100 111000 1000001

Color Harmonies of #D77293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77293

Black with #D77293

Text Example


Text Example

White with #D77293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77293; }

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

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

background-color css

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

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

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

border-color css

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

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

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