#D67B99

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

Shades of Pale Violet Red #D67B99

Tints of Pale Violet Red #D67B99

Color information

#D67B99 (or 0xD67B99) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7B and 99. RGB value is (214,123,153). Sum of RGB (Red+Green+Blue) = 214+123+153=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B99 is #298466. Grayscale: #999999. Windows color (decimal): -2720871 or 10058710. OLE color: 10058710.

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

Color convert

RGB214123153-
CMYK00.430.290.16
HSL340.22º52.6%66.08%-
HSV(B)340.22º42.52%83.92%-
XYZ40.5630.7633.94-
YUV153.63127.65171.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=43.67%
G=25.10%
B=31.22%

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
Decimal21412315300.430.290.16340.2252.666.08
HexD67B9902B1D101543542
Octal326173231053352052465102
Binary11010110111101110011001010101111101100001010101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B99; }

 p { color: rgb(214,123,153); }

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

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

 a { background-color: rgb(214,123,153); }

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

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

 span { border-color: rgb(214,123,153); }

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