Html Css Color HEX #D679A0 Pale Violet Red

📋 copy color: '#D679A0'

red 214 ◦ green 121 ◦ blue 160

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

Shades of Pale Violet Red #D679A0

Tints of Pale Violet Red #D679A0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.44%

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

R = 43.23%
G = 24.44%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D679A0 (or 0xD679A0) is known color: Pale Violet Red. HEX triplet: D6, 79 and A0. RGB value is (214,121,160). Sum of RGB (Red+Green+Blue) = 214+121+160=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D679A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679A0 is #29865F. Grayscale: #999999. Windows color (decimal): -2721376 or 10516950. OLE color: 10516950.

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

Color convert

RGB 214 121 160 -
CMYK 0 0.43 0.25 0.16
HSL 334.84º 0.53% 0.66% -
HSV(B) 334.84º 0.43% 0.84% -
XYZ 40.91 30.51 36.99 -
YUV 153.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 214 121 160 0 0.43 0.25 0.16 334.84 0.53 0.66
Hex D6 79 A0 0 2B 19 10 14F 35 42
Octal 326 171 240 0 53 31 20 517 65 102
Binary 11010110 1111001 10100000 0 101011 11001 10000 101001111 110101 1000010

Color Harmonies of #D679A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679A0

Black with #D679A0

Text Example


Text Example

White with #D679A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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