#D67A9C

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

Shades of Pale Violet Red #D67A9C

Tints of Pale Violet Red #D67A9C

Color information

#D67A9C (or 0xD67A9C) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7A and 9C. RGB value is (214,122,156). Sum of RGB (Red+Green+Blue) = 214+122+156=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A9C is #298563. Grayscale: #999999. Windows color (decimal): -2721124 or 10255062. OLE color: 10255062.

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

Color convert

RGB214122156-
CMYK00.430.270.16
HSL337.83º52.87%65.88%-
HSV(B)337.83º42.99%83.92%-
XYZ40.6930.6235.22-
YUV153.38129.48171.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=43.50%
G=24.80%
B=31.71%

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
Decimal21412215600.430.270.16337.8352.8765.88
HexD67A9C02B1B101523542
Octal326172234053332052265102
Binary11010110111101010011100010101111011100001010100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A9C; }

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

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

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

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

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

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

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

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