Html Css Color HEX #D67AA0 Pale Violet Red

📋 copy color: '#D67AA0'

red 214 ◦ green 122 ◦ blue 160

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

Shades of Pale Violet Red #D67AA0

Tints of Pale Violet Red #D67AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.6%

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

R = 43.15%
G = 24.6%
B = 32.26%

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

#D67AA0 (or 0xD67AA0) is known color: Pale Violet Red. HEX triplet: D6, 7A and A0. RGB value is (214,122,160). Sum of RGB (Red+Green+Blue) = 214+122+160=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D67AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67AA0 is #29855F. Grayscale: #999999. Windows color (decimal): -2721120 or 10517206. OLE color: 10517206.

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

Color convert

RGB 214 122 160 -
CMYK 0 0.43 0.25 0.16
HSL 335.22º 0.53% 0.66% -
HSV(B) 335.22º 0.43% 0.84% -
XYZ 41.04 30.75 37.03 -
YUV 153.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 214 122 160 0 0.43 0.25 0.16 335.22 0.53 0.66
Hex D6 7A A0 0 2B 19 10 14F 35 42
Octal 326 172 240 0 53 31 20 517 65 102
Binary 11010110 1111010 10100000 0 101011 11001 10000 101001111 110101 1000010

Color Harmonies of #D67AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67AA0

Black with #D67AA0

Text Example


Text Example

White with #D67AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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