#D5698B

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

Shades of Pale Violet Red #D5698B

Tints of Pale Violet Red #D5698B

Color information

#D5698B (or 0xD5698B) is unknown color: approx Pale Violet Red. HEX triplet: D5, 69 and 8B. RGB value is (213,105,139). Sum of RGB (Red+Green+Blue) = 213+105+139=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5698B is #2A9674. Grayscale: #8D8D8D. Windows color (decimal): -2791029 or 9136597. OLE color: 9136597.

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

Color convert

RGB213105139-
CMYK00.510.350.16
HSL341.11º56.25%62.35%-
HSV(B)341.11º50.7%83.53%-
XYZ37.1526.1127.51-
YUV141.17126.78179.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.61%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=46.61%
G=22.98%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310513900.510.350.16341.1156.2562.35
HexD5698B0332310155383e
Octal32515121306343205257076
Binary11010101110100110001011011001110001110000101010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5698B; }

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

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

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

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

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

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

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

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