#D6719C

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

Shades of Pale Violet Red #D6719C

Tints of Pale Violet Red #D6719C

Color information

#D6719C (or 0xD6719C) is unknown color: approx Pale Violet Red. HEX triplet: D6, 71 and 9C. RGB value is (214,113,156). Sum of RGB (Red+Green+Blue) = 214+113+156=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6719C is #298E63. Grayscale: #949494. Windows color (decimal): -2723428 or 10252758. OLE color: 10252758.

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

Color convert

RGB214113156-
CMYK00.470.270.16
HSL334.46º55.19%64.12%-
HSV(B)334.46º47.2%83.92%-
XYZ39.6428.5134.87-
YUV148.1132.46175-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=44.31%
G=23.40%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411315600.470.270.16334.4655.1964.12
HexD6719C02F1B1014e3740
Octal326161234057332051667100
Binary11010110111000110011100010111111011100001010011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6719C; }

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

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

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

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

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

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

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

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