Html Css Color HEX #D77298 Pale Violet Red

📋 copy color: '#D77298'

red 215 ◦ green 114 ◦ blue 152

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

Shades of Pale Violet Red #D77298

Tints of Pale Violet Red #D77298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 44.7%
G = 23.7%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D77298 (or 0xD77298) is known color: Pale Violet Red. HEX triplet: D7, 72 and 98. RGB value is (215,114,152). Sum of RGB (Red+Green+Blue) = 215+114+152=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77298 is #288D67. Grayscale: #949494. Windows color (decimal): -2657640 or 9990871. OLE color: 9990871.

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

Color convert

RGB 215 114 152 -
CMYK 0 0.47 0.29 0.16
HSL 337.43º 0.56% 0.65% -
HSV(B) 337.43º 0.47% 0.84% -
XYZ 39.71 28.75 33.16 -
YUV 148.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 215 114 152 0 0.47 0.29 0.16 337.43 0.56 0.65
Hex D7 72 98 0 2F 1D 10 151 38 41
Octal 327 162 230 0 57 35 20 521 70 101
Binary 11010111 1110010 10011000 0 101111 11101 10000 101010001 111000 1000001

Color Harmonies of #D77298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77298

Black with #D77298

Text Example


Text Example

White with #D77298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77298; }

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

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

background-color css

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

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

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

border-color css

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

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

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