#D9618E

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

Shades of Pale Violet Red #D9618E

Tints of Pale Violet Red #D9618E

Color information

#D9618E (or 0xD9618E) is unknown color: approx Pale Violet Red. HEX triplet: D9, 61 and 8E. RGB value is (217,97,142). Sum of RGB (Red+Green+Blue) = 217+97+142=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9618E is #269E71. Grayscale: #898989. Windows color (decimal): -2530930 or 9331161. OLE color: 9331161.

HSL color Cylindrical-coordinate representation of color #D9618E: hue angle of 337.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9618E is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21797142-
CMYK00.550.350.15
HSL337.5º61.22%61.57%-
HSV(B)337.5º55.3%85.1%-
XYZ37.7725.2528.47-
YUV138.01130.26184.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=47.59%
G=21.27%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179714200.550.350.15337.561.2261.57
HexD9618E03723F1523d3e
Octal33114121606743175227576
Binary1101100111000011000111001101111000111111101010010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9618E; }

 p { color: rgb(217,97,142); }

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

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

 a { background-color: rgb(217,97,142); }

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

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

 span { border-color: rgb(217,97,142); }

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