Html Css Color HEX #D77190 Pale Violet Red

📋 copy color: '#D77190'

red 215 ◦ green 113 ◦ blue 144

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

Shades of Pale Violet Red #D77190

Tints of Pale Violet Red #D77190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 45.55%
G = 23.94%
B = 30.51%

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

#D77190 (or 0xD77190) is known color: Pale Violet Red. HEX triplet: D7, 71 and 90. RGB value is (215,113,144). Sum of RGB (Red+Green+Blue) = 215+113+144=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77190 is #288E6F. Grayscale: #939393. Windows color (decimal): -2657904 or 9466327. OLE color: 9466327.

HSL color Cylindrical-coordinate representation of color #D77190: hue angle of 341.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77190 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 144 -
CMYK 0 0.47 0.33 0.16
HSL 341.76º 0.56% 0.64% -
HSV(B) 341.76º 0.47% 0.84% -
XYZ 38.96 28.27 29.79 -
YUV 147.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 215 113 144 0 0.47 0.33 0.16 341.76 0.56 0.64
Hex D7 71 90 0 2F 21 10 156 38 40
Octal 327 161 220 0 57 41 20 526 70 100
Binary 11010111 1110001 10010000 0 101111 100001 10000 101010110 111000 1000000

Color Harmonies of #D77190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77190

Black with #D77190

Text Example


Text Example

White with #D77190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77190; }

 p { color: rgb(215,113,144); }

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

background-color css

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

 a { background-color: rgb(215,113,144); }

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

border-color css

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

 span { border-color: rgb(215,113,144); }

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