Html Css Color HEX #D77194 Pale Violet Red

📋 copy color: '#D77194'

red 215 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #D77194

Tints of Pale Violet Red #D77194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 45.17%
G = 23.74%
B = 31.09%

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

#D77194 (or 0xD77194) is known color: Pale Violet Red. HEX triplet: D7, 71 and 94. RGB value is (215,113,148). Sum of RGB (Red+Green+Blue) = 215+113+148=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77194 is #288E6B. Grayscale: #939393. Windows color (decimal): -2657900 or 9728471. OLE color: 9728471.

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

Color convert

RGB 215 113 148 -
CMYK 0 0.47 0.31 0.16
HSL 339.41º 0.56% 0.64% -
HSV(B) 339.41º 0.47% 0.84% -
XYZ 39.27 28.4 31.43 -
YUV 147.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 215 113 148 0 0.47 0.31 0.16 339.41 0.56 0.64
Hex D7 71 94 0 2F 1F 10 153 38 40
Octal 327 161 224 0 57 37 20 523 70 100
Binary 11010111 1110001 10010100 0 101111 11111 10000 101010011 111000 1000000

Color Harmonies of #D77194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77194

Black with #D77194

Text Example


Text Example

White with #D77194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77194; }

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

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

background-color css

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

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

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

border-color css

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

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

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