Html Css Color HEX #D77292 Pale Violet Red

📋 copy color: '#D77292'

red 215 ◦ green 114 ◦ blue 146

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

Shades of Pale Violet Red #D77292

Tints of Pale Violet Red #D77292

RGB

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

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

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

R = 45.26%
G = 24%
B = 30.74%

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

#D77292 (or 0xD77292) is known color: Pale Violet Red. HEX triplet: D7, 72 and 92. RGB value is (215,114,146). Sum of RGB (Red+Green+Blue) = 215+114+146=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D77292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77292 is #288D6D. Grayscale: #939393. Windows color (decimal): -2657646 or 9597655. OLE color: 9597655.

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

Color convert

RGB 215 114 146 -
CMYK 0 0.47 0.32 0.16
HSL 340.99º 0.56% 0.65% -
HSV(B) 340.99º 0.47% 0.84% -
XYZ 39.23 28.56 30.64 -
YUV 147.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 215 114 146 0 0.47 0.32 0.16 340.99 0.56 0.65
Hex D7 72 92 0 2F 20 10 155 38 41
Octal 327 162 222 0 57 40 20 525 70 101
Binary 11010111 1110010 10010010 0 101111 100000 10000 101010101 111000 1000001

Color Harmonies of #D77292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77292

Black with #D77292

Text Example


Text Example

White with #D77292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77292; }

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

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

background-color css

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

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

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

border-color css

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

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

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