Html Css Color HEX #D677A0 Pale Violet Red

📋 copy color: '#D677A0'

red 214 ◦ green 119 ◦ blue 160

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

Shades of Pale Violet Red #D677A0

Tints of Pale Violet Red #D677A0

RGB

 RED value IS 214 (83.98% from 255) = 43.41%

 GREEN value IS 119 (46.88% from 255) = 24.14%

 BLUE value IS 160 (62.89% from 255) = 32.45%

R = 43.41%
G = 24.14%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D677A0 (or 0xD677A0) is known color: Pale Violet Red. HEX triplet: D6, 77 and A0. RGB value is (214,119,160). Sum of RGB (Red+Green+Blue) = 214+119+160=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D677A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677A0 is #29885F. Grayscale: #989898. Windows color (decimal): -2721888 or 10516438. OLE color: 10516438.

HSL color Cylindrical-coordinate representation of color #D677A0: hue angle of 334.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D677A0 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 160 -
CMYK 0 0.44 0.25 0.16
HSL 334.11º 0.54% 0.65% -
HSV(B) 334.11º 0.44% 0.84% -
XYZ 40.67 30.03 36.91 -
YUV 152.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 214 119 160 0 0.44 0.25 0.16 334.11 0.54 0.65
Hex D6 77 A0 0 2C 19 10 14E 36 41
Octal 326 167 240 0 54 31 20 516 66 101
Binary 11010110 1110111 10100000 0 101100 11001 10000 101001110 110110 1000001

Color Harmonies of #D677A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677A0

Black with #D677A0

Text Example


Text Example

White with #D677A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677A0; }

 p { color: rgb(214,119,160); }

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

background-color css

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

 a { background-color: rgb(214,119,160); }

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

border-color css

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

 span { border-color: rgb(214,119,160); }

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