#D67A9B

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

Shades of Pale Violet Red #D67A9B

Tints of Pale Violet Red #D67A9B

Color information

#D67A9B (or 0xD67A9B) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7A and 9B. RGB value is (214,122,155). Sum of RGB (Red+Green+Blue) = 214+122+155=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A9B is #298564. Grayscale: #999999. Windows color (decimal): -2721125 or 10189526. OLE color: 10189526.

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

Color convert

RGB214122155-
CMYK00.430.280.16
HSL338.48º52.87%65.88%-
HSV(B)338.48º42.99%83.92%-
XYZ40.6130.5834.77-
YUV153.27128.98171.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=43.58%
G=24.85%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412215500.430.280.16338.4852.8765.88
HexD67A9B02B1C101523542
Octal326172233053342052265102
Binary11010110111101010011011010101111100100001010100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A9B; }

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

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

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

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

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

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

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

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