#DD85FE

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

Shades of Heliotrope #DD85FE

Tints of Heliotrope #DD85FE

Color information

#DD85FE (or 0xDD85FE) is unknown color: approx Heliotrope. HEX triplet: DD, 85 and FE. RGB value is (221,133,254). Sum of RGB (Red+Green+Blue) = 221+133+254=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85FE is #227A01. Grayscale: #ACACAC. Windows color (decimal): -2259458 or 16680413. OLE color: 16680413.

HSL color Cylindrical-coordinate representation of color #DD85FE: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD85FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221133254-
CMYK0.130.4800.00
HSL283.64º98.37%75.88%-
HSV(B)283.64º47.64%99.61%-
XYZ56.139.398.4-
YUV173.11173.65162.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 133 (52.34% from 255) = 21.88%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=36.35%
G=21.88%
B=41.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211332540.130.4800.00283.6498.3775.88
HexDD85FED300011c624c
Octal335205376156000434142114
Binary11011101100001011111111011011100000010001110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85FE; }

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

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

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

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

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

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

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

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