#DD88FA

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

Shades of Heliotrope #DD88FA

Tints of Heliotrope #DD88FA

Color information

#DD88FA (or 0xDD88FA) is unknown color: approx Heliotrope. HEX triplet: DD, 88 and FA. RGB value is (221,136,250). Sum of RGB (Red+Green+Blue) = 221+136+250=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 136 (53.52% from 255 or 22.41% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88FA is #227705. Grayscale: #AEAEAE. Windows color (decimal): -2258694 or 16419037. OLE color: 16419037.

HSL color Cylindrical-coordinate representation of color #DD88FA: hue angle of 284.74º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD88FA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221136250-
CMYK0.120.4600.02
HSL284.74º91.94%75.69%-
HSV(B)284.74º45.6%98.04%-
XYZ55.8839.8895.2-
YUV174.41170.66161.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 136 (53.52% from 255) = 22.41%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=36.41%
G=22.41%
B=41.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211362500.120.4600.02284.7491.9475.69
HexDD88FAC2E0211d5c4c
Octal335210372145602435134114
Binary110111011000100011111010110010111001010001110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88FA; }

 p { color: rgb(221,136,250); }

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

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

 a { background-color: rgb(221,136,250); }

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

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

 span { border-color: rgb(221,136,250); }

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