Html Css Color HEX #D679A5 Pale Violet Red

📋 copy color: '#D679A5'

red 214 ◦ green 121 ◦ blue 165

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

Shades of Pale Violet Red #D679A5

Tints of Pale Violet Red #D679A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33%

R = 42.8%
G = 24.2%
B = 33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D679A5 (or 0xD679A5) is known color: Pale Violet Red. HEX triplet: D6, 79 and A5. RGB value is (214,121,165). Sum of RGB (Red+Green+Blue) = 214+121+165=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D679A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679A5 is #29865A. Grayscale: #999999. Windows color (decimal): -2721371 or 10844630. OLE color: 10844630.

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

Color convert

RGB 214 121 165 -
CMYK 0 0.43 0.23 0.16
HSL 331.61º 0.53% 0.66% -
HSV(B) 331.61º 0.43% 0.84% -
XYZ 41.36 30.69 39.34 -
YUV 153.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 214 121 165 0 0.43 0.23 0.16 331.61 0.53 0.66
Hex D6 79 A5 0 2B 17 10 14C 35 42
Octal 326 171 245 0 53 27 20 514 65 102
Binary 11010110 1111001 10100101 0 101011 10111 10000 101001100 110101 1000010

Color Harmonies of #D679A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679A5

Black with #D679A5

Text Example


Text Example

White with #D679A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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