#D55BF0

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

Shades of Heliotrope #D55BF0

Tints of Heliotrope #D55BF0

Color information

#D55BF0 (or 0xD55BF0) is unknown color: approx Heliotrope. HEX triplet: D5, 5B and F0. RGB value is (213,91,240). Sum of RGB (Red+Green+Blue) = 213+91+240=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #D55BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BF0 is #2AA40F. Grayscale: #8F8F8F. Windows color (decimal): -2794512 or 15752149. OLE color: 15752149.

HSL color Cylindrical-coordinate representation of color #D55BF0: hue angle of 289.13º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55BF0 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21391240-
CMYK0.110.6200.06
HSL289.13º83.24%64.9%-
HSV(B)289.13º62.08%94.12%-
XYZ46.9127.9285.35-
YUV144.46181.92176.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 91 (35.94% from 255) = 16.73%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=39.15%
G=16.73%
B=44.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213912400.110.6200.06289.1383.2464.9
HexD55BF0B3E061215341
Octal325133360137606441123101
Binary110101011011011111100001011111110011010010000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55BF0; }

 p { color: rgb(213,91,240); }

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

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

 a { background-color: rgb(213,91,240); }

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

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

 span { border-color: rgb(213,91,240); }

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