#D5698E

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

Shades of Pale Violet Red #D5698E

Tints of Pale Violet Red #D5698E

Color information

#D5698E (or 0xD5698E) is unknown color: approx Pale Violet Red. HEX triplet: D5, 69 and 8E. RGB value is (213,105,142). Sum of RGB (Red+Green+Blue) = 213+105+142=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698E is #2A9671. Grayscale: #8D8D8D. Windows color (decimal): -2791026 or 9333205. OLE color: 9333205.

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

Color convert

RGB213105142-
CMYK00.510.330.16
HSL339.44º56.25%62.35%-
HSV(B)339.44º50.7%83.53%-
XYZ37.3726.228.68-
YUV141.51128.28178.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=46.30%
G=22.83%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310514200.510.330.16339.4456.2562.35
HexD5698E0332110153383e
Octal32515121606341205237076
Binary11010101110100110001110011001110000110000101010011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5698E; }

 p { color: rgb(213,105,142); }

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

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

 a { background-color: rgb(213,105,142); }

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

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

 span { border-color: rgb(213,105,142); }

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