#DD85FC

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

Shades of Heliotrope #DD85FC

Tints of Heliotrope #DD85FC

Color information

#DD85FC (or 0xDD85FC) is unknown color: approx Heliotrope. HEX triplet: DD, 85 and FC. RGB value is (221,133,252). Sum of RGB (Red+Green+Blue) = 221+133+252=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85FC is #227A03. Grayscale: #ACACAC. Windows color (decimal): -2259460 or 16549341. OLE color: 16549341.

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

Color convert

RGB221133252-
CMYK0.120.4700.01
HSL284.37º95.2%75.49%-
HSV(B)284.37º47.22%98.82%-
XYZ55.7839.1896.72-
YUV172.88172.65162.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 133 (52.34% from 255) = 21.95%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=36.47%
G=21.95%
B=41.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211332520.120.4700.01284.3795.275.49
HexDD85FCC2F0111c5f4b
Octal335205374145701434137113
Binary11011101100001011111110011001011110110001110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85FC; }

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

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

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

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

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

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

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

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