#D55AF9

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

Shades of Heliotrope #D55AF9

Tints of Heliotrope #D55AF9

Color information

#D55AF9 (or 0xD55AF9) is unknown color: approx Heliotrope. HEX triplet: D5, 5A and F9. RGB value is (213,90,249). Sum of RGB (Red+Green+Blue) = 213+90+249=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #D55AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55AF9 is #2AA506. Grayscale: #909090. Windows color (decimal): -2794759 or 16341717. OLE color: 16341717.

HSL color Cylindrical-coordinate representation of color #D55AF9: hue angle of 286.42º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D55AF9 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21390249-
CMYK0.140.6400.02
HSL286.42º92.98%66.47%-
HSV(B)286.42º63.86%97.65%-
XYZ48.228.392.54-
YUV144.9186.75176.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 90 (35.55% from 255) = 16.30%
BLUE value IS 249 (97.66% from 255) = 45.11%
R=38.59%
G=16.30%
B=45.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213902490.140.6400.02286.4292.9866.47
HexD55AF9E400211e5d42
Octal3251323711610002436135102
Binary110101011011010111110011110100000001010001111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AF9; }

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

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

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

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

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

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

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

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