#D155FD

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

Shades of Heliotrope #D155FD

Tints of Heliotrope #D155FD

Color information

#D155FD (or 0xD155FD) is unknown color: approx Heliotrope. HEX triplet: D1, 55 and FD. RGB value is (209,85,253). Sum of RGB (Red+Green+Blue) = 209+85+253=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #D155FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155FD is #2EAA02. Grayscale: #8C8C8C. Windows color (decimal): -3058179 or 16602577. OLE color: 16602577.

HSL color Cylindrical-coordinate representation of color #D155FD: hue angle of 284.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D155FD is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20985253-
CMYK0.170.6600.01
HSL284.29º97.67%66.27%-
HSV(B)284.29º66.4%99.22%-
XYZ47.2727.1495.68-
YUV141.23191.08176.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 85 (33.59% from 255) = 15.54%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=38.21%
G=15.54%
B=46.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal209852530.170.6600.01284.2997.6766.27
HexD155FD11420111c6242
Octal3211253752110201434142102
Binary110100011010101111111011000110000100110001110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155FD; }

 p { color: rgb(209,85,253); }

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

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

 a { background-color: rgb(209,85,253); }

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

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

 span { border-color: rgb(209,85,253); }

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