#D67A9D

Color #D67A9D Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D67A9D

Tints of Pale Violet Red #D67A9D

Color information

#D67A9D (or 0xD67A9D) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7A and 9D. RGB value is (214,122,157). Sum of RGB (Red+Green+Blue) = 214+122+157=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A9D is #298562. Grayscale: #999999. Windows color (decimal): -2721123 or 10320598. OLE color: 10320598.

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

Color convert

RGB214122157-
CMYK00.430.270.16
HSL337.17º52.87%65.88%-
HSV(B)337.17º42.99%83.92%-
XYZ40.7830.6535.67-
YUV153.5129.98171.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=43.41%
G=24.75%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412215700.430.270.16337.1752.8765.88
HexD67A9D02B1B101513542
Octal326172235053332052165102
Binary11010110111101010011101010101111011100001010100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A9D; }

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

 H1.HeaderClassName
 {
   color: #D67A9D;
 }
 .AnyTagClassName
 {
   color: #D67A9D;
 }
</style>
background-color css

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

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

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

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

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

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