Html Css Color HEX #D676A1 Pale Violet Red

📋 copy color: '#D676A1'

red 214 ◦ green 118 ◦ blue 161

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

Shades of Pale Violet Red #D676A1

Tints of Pale Violet Red #D676A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.66%

R = 43.41%
G = 23.94%
B = 32.66%

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

#D676A1 (or 0xD676A1) is known color: Pale Violet Red. HEX triplet: D6, 76 and A1. RGB value is (214,118,161). Sum of RGB (Red+Green+Blue) = 214+118+161=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D676A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676A1 is #29895E. Grayscale: #979797. Windows color (decimal): -2722143 or 10581718. OLE color: 10581718.

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

Color convert

RGB 214 118 161 -
CMYK 0 0.45 0.25 0.16
HSL 333.13º 0.54% 0.65% -
HSV(B) 333.13º 0.45% 0.84% -
XYZ 40.64 29.83 37.33 -
YUV 151.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 214 118 161 0 0.45 0.25 0.16 333.13 0.54 0.65
Hex D6 76 A1 0 2D 19 10 14D 36 41
Octal 326 166 241 0 55 31 20 515 66 101
Binary 11010110 1110110 10100001 0 101101 11001 10000 101001101 110110 1000001

Color Harmonies of #D676A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676A1

Black with #D676A1

Text Example


Text Example

White with #D676A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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