#D88DFC

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

Shades of Heliotrope #D88DFC

Tints of Heliotrope #D88DFC

Color information

#D88DFC (or 0xD88DFC) is unknown color: approx Heliotrope. HEX triplet: D8, 8D and FC. RGB value is (216,141,252). Sum of RGB (Red+Green+Blue) = 216+141+252=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D88DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DFC is #277203. Grayscale: #AFAFAF. Windows color (decimal): -2585092 or 16551384. OLE color: 16551384.

HSL color Cylindrical-coordinate representation of color #D88DFC: hue angle of 280.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88DFC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216141252-
CMYK0.140.4400.01
HSL280.54º94.87%77.06%-
HSV(B)280.54º44.05%98.82%-
XYZ55.4140.6897.03-
YUV176.08170.85156.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 141 (55.47% from 255) = 23.15%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=35.47%
G=23.15%
B=41.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161412520.140.4400.01280.5494.8777.06
HexD88DFCE2C011195f4d
Octal330215374165401431137115
Binary11011000100011011111110011101011000110001100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DFC; }

 p { color: rgb(216,141,252); }

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

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

 a { background-color: rgb(216,141,252); }

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

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

 span { border-color: rgb(216,141,252); }

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