#D88FD1

Color #D88FD1 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D88FD1

Tints of Plum #D88FD1

Color information

#D88FD1 (or 0xD88FD1) is unknown color: approx Plum. HEX triplet: D8, 8F and D1. RGB value is (216,143,209). Sum of RGB (Red+Green+Blue) = 216+143+209=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FD1 is #27702E. Grayscale: #ACACAC. Windows color (decimal): -2584623 or 13733848. OLE color: 13733848.

HSL color Cylindrical-coordinate representation of color #D88FD1: hue angle of 305.75º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88FD1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216143209-
CMYK00.340.030.15
HSL305.75º48.34%70.39%-
HSV(B)305.75º33.8%84.71%-
XYZ49.6538.8565.2-
YUV172.35148.68159.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=38.03%
G=25.18%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614320900.340.030.15305.7548.3470.39
HexD88FD10223F1323046
Octal33021732104231746260106
Binary11011000100011111101000101000101111111001100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FD1; }

 p { color: rgb(216,143,209); }

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

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

 a { background-color: rgb(216,143,209); }

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

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

 span { border-color: rgb(216,143,209); }

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