Html Css Color HEX #D77295 Pale Violet Red

📋 copy color: '#D77295'

red 215 ◦ green 114 ◦ blue 149

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

Shades of Pale Violet Red #D77295

Tints of Pale Violet Red #D77295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.17%

R = 44.98%
G = 23.85%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D77295 (or 0xD77295) is known color: Pale Violet Red. HEX triplet: D7, 72 and 95. RGB value is (215,114,149). Sum of RGB (Red+Green+Blue) = 215+114+149=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D77295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77295 is #288D6A. Grayscale: #949494. Windows color (decimal): -2657643 or 9794263. OLE color: 9794263.

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

Color convert

RGB 215 114 149 -
CMYK 0 0.47 0.31 0.16
HSL 339.21º 0.56% 0.65% -
HSV(B) 339.21º 0.47% 0.84% -
XYZ 39.47 28.65 31.88 -
YUV 148.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 215 114 149 0 0.47 0.31 0.16 339.21 0.56 0.65
Hex D7 72 95 0 2F 1F 10 153 38 41
Octal 327 162 225 0 57 37 20 523 70 101
Binary 11010111 1110010 10010101 0 101111 11111 10000 101010011 111000 1000001

Color Harmonies of #D77295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77295

Black with #D77295

Text Example


Text Example

White with #D77295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77295; }

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

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

background-color css

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

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

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

border-color css

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

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

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