#D6718F

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

Shades of Pale Violet Red #D6718F

Tints of Pale Violet Red #D6718F

Color information

#D6718F (or 0xD6718F) is unknown color: approx Pale Violet Red. HEX triplet: D6, 71 and 8F. RGB value is (214,113,143). Sum of RGB (Red+Green+Blue) = 214+113+143=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6718F is #298E70. Grayscale: #929292. Windows color (decimal): -2723441 or 9400790. OLE color: 9400790.

HSL color Cylindrical-coordinate representation of color #D6718F: hue angle of 342.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6718F is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214113143-
CMYK00.470.330.16
HSL342.18º55.19%64.12%-
HSV(B)342.18º47.2%83.92%-
XYZ38.5928.0929.37-
YUV146.62125.96176.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.53%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=45.53%
G=24.04%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411314300.470.330.16342.1855.1964.12
HexD6718F02F21101563740
Octal326161217057412052667100
Binary110101101110001100011110101111100001100001010101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6718F; }

 p { color: rgb(214,113,143); }

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

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

 a { background-color: rgb(214,113,143); }

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

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

 span { border-color: rgb(214,113,143); }

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