#D6678D

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

Shades of Pale Violet Red #D6678D

Tints of Pale Violet Red #D6678D

Color information

#D6678D (or 0xD6678D) is unknown color: approx Pale Violet Red. HEX triplet: D6, 67 and 8D. RGB value is (214,103,141). Sum of RGB (Red+Green+Blue) = 214+103+141=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6678D is #299872. Grayscale: #8C8C8C. Windows color (decimal): -2726003 or 9267158. OLE color: 9267158.

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

Color convert

RGB214103141-
CMYK00.520.340.16
HSL339.46º57.51%62.16%-
HSV(B)339.46º51.87%83.92%-
XYZ37.3925.9228.23-
YUV140.52128.27180.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=46.72%
G=22.49%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410314100.520.340.16339.4657.5162.16
HexD6678D03422101533a3e
Octal32614721506442205237276
Binary11010110110011110001101011010010001010000101010011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6678D; }

 p { color: rgb(214,103,141); }

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

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

 a { background-color: rgb(214,103,141); }

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

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

 span { border-color: rgb(214,103,141); }

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