#D67D9C

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

Shades of Pale Violet Red #D67D9C

Tints of Pale Violet Red #D67D9C

Color information

#D67D9C (or 0xD67D9C) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7D and 9C. RGB value is (214,125,156). Sum of RGB (Red+Green+Blue) = 214+125+156=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D9C is #298263. Grayscale: #9B9B9B. Windows color (decimal): -2720356 or 10255830. OLE color: 10255830.

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

Color convert

RGB214125156-
CMYK00.420.270.16
HSL339.1º52.05%66.47%-
HSV(B)339.1º41.59%83.92%-
XYZ41.0731.3635.34-
YUV155.14128.49169.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=43.23%
G=25.25%
B=31.52%

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
Decimal21412515600.420.270.16339.152.0566.47
HexD67D9C02A1B101533442
Octal326175234052332052364102
Binary11010110111110110011100010101011011100001010100111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D9C; }

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

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

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

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

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

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

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

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