#DD85F9

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

Shades of Heliotrope #DD85F9

Tints of Heliotrope #DD85F9

Color information

#DD85F9 (or 0xDD85F9) is unknown color: approx Heliotrope. HEX triplet: DD, 85 and F9. RGB value is (221,133,249). Sum of RGB (Red+Green+Blue) = 221+133+249=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85F9 is #227A06. Grayscale: #ACACAC. Windows color (decimal): -2259463 or 16352733. OLE color: 16352733.

HSL color Cylindrical-coordinate representation of color #DD85F9: hue angle of 285.52º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD85F9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221133249-
CMYK0.110.4700.02
HSL285.52º90.62%74.9%-
HSV(B)285.52º46.59%97.65%-
XYZ55.3138.9994.23-
YUV172.54171.15162.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 133 (52.34% from 255) = 22.06%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=36.65%
G=22.06%
B=41.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211332490.110.4700.02285.5290.6274.9
HexDD85F9B2F0211e5b4b
Octal335205371135702436133113
Binary110111011000010111111001101110111101010001111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85F9; }

 p { color: rgb(221,133,249); }

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

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

 a { background-color: rgb(221,133,249); }

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

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

 span { border-color: rgb(221,133,249); }

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