#D55AFF

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

Shades of Heliotrope #D55AFF

Tints of Heliotrope #D55AFF

Color information

#D55AFF (or 0xD55AFF) is unknown color: approx Heliotrope. HEX triplet: D5, 5A and FF. RGB value is (213,90,255). Sum of RGB (Red+Green+Blue) = 213+90+255=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #D55AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AFF is #2AA500. Grayscale: #919191. Windows color (decimal): -2794753 or 16734933. OLE color: 16734933.

HSL color Cylindrical-coordinate representation of color #D55AFF: hue angle of 284.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D55AFF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21390255-
CMYK0.160.6500
HSL284.73º100%67.65%-
HSV(B)284.73º64.71%100%-
XYZ49.1528.6897.55-
YUV145.59189.75176.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 90 (35.55% from 255) = 16.13%
BLUE value IS 255 (100% from 255) = 45.70%
R=38.17%
G=16.13%
B=45.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213902550.160.6500284.7310067.65
HexD55AFF10410011d6444
Octal3251323772010100435144104
Binary110101011011010111111111000010000010010001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AFF; }

 p { color: rgb(213,90,255); }

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

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

 a { background-color: rgb(213,90,255); }

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

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

 span { border-color: rgb(213,90,255); }

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