#D67D9D

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

Shades of Pale Violet Red #D67D9D

Tints of Pale Violet Red #D67D9D

Color information

#D67D9D (or 0xD67D9D) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7D and 9D. RGB value is (214,125,157). Sum of RGB (Red+Green+Blue) = 214+125+157=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D9D is #298262. Grayscale: #9B9B9B. Windows color (decimal): -2720355 or 10321366. OLE color: 10321366.

HSL color Cylindrical-coordinate representation of color #D67D9D: hue angle of 338.43º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67D9D is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214125157-
CMYK00.420.270.16
HSL338.43º52.05%66.47%-
HSV(B)338.43º41.59%83.92%-
XYZ41.1531.435.79-
YUV155.26128.99169.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=43.15%
G=25.20%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412515700.420.270.16338.4352.0566.47
HexD67D9D02A1B101523442
Octal326175235052332052264102
Binary11010110111110110011101010101011011100001010100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D9D; }

 p { color: rgb(214,125,157); }

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

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

 a { background-color: rgb(214,125,157); }

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

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

 span { border-color: rgb(214,125,157); }

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