#D67A97

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

Shades of Pale Violet Red #D67A97

Tints of Pale Violet Red #D67A97

Color information

#D67A97 (or 0xD67A97) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7A and 97. RGB value is (214,122,151). Sum of RGB (Red+Green+Blue) = 214+122+151=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67A97 is #298568. Grayscale: #989898. Windows color (decimal): -2721129 or 9927382. OLE color: 9927382.

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

Color convert

RGB214122151-
CMYK00.430.290.16
HSL341.09º52.87%65.88%-
HSV(B)341.09º42.99%83.92%-
XYZ40.2830.4533.03-
YUV152.81126.98171.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=43.94%
G=25.05%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412215100.430.290.16341.0952.8765.88
HexD67A9702B1D101553542
Octal326172227053352052565102
Binary11010110111101010010111010101111101100001010101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A97; }

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

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

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

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

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

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

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

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