#D055FE

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

Shades of Heliotrope #D055FE

Tints of Heliotrope #D055FE

Color information

#D055FE (or 0xD055FE) is unknown color: approx Heliotrope. HEX triplet: D0, 55 and FE. RGB value is (208,85,254). Sum of RGB (Red+Green+Blue) = 208+85+254=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #D055FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055FE is #2FAA01. Grayscale: #8C8C8C. Windows color (decimal): -3123714 or 16668112. OLE color: 16668112.

HSL color Cylindrical-coordinate representation of color #D055FE: hue angle of 283.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D055FE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20885254-
CMYK0.180.6700.00
HSL283.67º98.83%66.47%-
HSV(B)283.67º66.54%99.61%-
XYZ47.1527.0696.5-
YUV141.04191.75175.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 85 (33.59% from 255) = 15.54%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=38.03%
G=15.54%
B=46.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal208852540.180.6700.00283.6798.8366.47
HexD055FE12430011c6342
Octal3201253762210300434143102
Binary110100001010101111111101001010000110010001110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055FE; }

 p { color: rgb(208,85,254); }

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

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

 a { background-color: rgb(208,85,254); }

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

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

 span { border-color: rgb(208,85,254); }

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