Html Css Color HEX #D676A0 Pale Violet Red

📋 copy color: '#D676A0'

red 214 ◦ green 118 ◦ blue 160

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

Shades of Pale Violet Red #D676A0

Tints of Pale Violet Red #D676A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

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

R = 43.5%
G = 23.98%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D676A0 (or 0xD676A0) is known color: Pale Violet Red. HEX triplet: D6, 76 and A0. RGB value is (214,118,160). Sum of RGB (Red+Green+Blue) = 214+118+160=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D676A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676A0 is #29895F. Grayscale: #979797. Windows color (decimal): -2722144 or 10516182. OLE color: 10516182.

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

Color convert

RGB 214 118 160 -
CMYK 0 0.45 0.25 0.16
HSL 333.75º 0.54% 0.65% -
HSV(B) 333.75º 0.45% 0.84% -
XYZ 40.56 29.79 36.87 -
YUV 151.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 214 118 160 0 0.45 0.25 0.16 333.75 0.54 0.65
Hex D6 76 A0 0 2D 19 10 14E 36 41
Octal 326 166 240 0 55 31 20 516 66 101
Binary 11010110 1110110 10100000 0 101101 11001 10000 101001110 110110 1000001

Color Harmonies of #D676A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676A0

Black with #D676A0

Text Example


Text Example

White with #D676A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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