#D67B9E

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

Shades of Pale Violet Red #D67B9E

Tints of Pale Violet Red #D67B9E

Color information

#D67B9E (or 0xD67B9E) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7B and 9E. RGB value is (214,123,158). Sum of RGB (Red+Green+Blue) = 214+123+158=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B9E is #298461. Grayscale: #9A9A9A. Windows color (decimal): -2720866 or 10386390. OLE color: 10386390.

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

Color convert

RGB214123158-
CMYK00.430.260.16
HSL336.92º52.6%66.08%-
HSV(B)336.92º42.52%83.92%-
XYZ40.9930.9336.16-
YUV154.2130.15170.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=43.23%
G=24.85%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412315800.430.260.16336.9252.666.08
HexD67B9E02B1A101513542
Octal326173236053322052165102
Binary11010110111101110011110010101111010100001010100011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B9E; }

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

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

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

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

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

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

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

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