#D67C99

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

Shades of Pale Violet Red #D67C99

Tints of Pale Violet Red #D67C99

Color information

#D67C99 (or 0xD67C99) is unknown color: approx Pale Violet Red. HEX triplet: D6, 7C and 99. RGB value is (214,124,153). Sum of RGB (Red+Green+Blue) = 214+124+153=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C99 is #298366. Grayscale: #9A9A9A. Windows color (decimal): -2720615 or 10058966. OLE color: 10058966.

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

Color convert

RGB214124153-
CMYK00.420.290.16
HSL340.67º52.33%66.27%-
HSV(B)340.67º42.06%83.92%-
XYZ40.6931.0133.98-
YUV154.22127.32170.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=43.58%
G=25.25%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412415300.420.290.16340.6752.3366.27
HexD67C9902A1D101553442
Octal326174231052352052564102
Binary11010110111110010011001010101011101100001010101011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C99; }

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

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

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

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

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

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

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

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