#D55BFF

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

Shades of Heliotrope #D55BFF

Tints of Heliotrope #D55BFF

Color information

#D55BFF (or 0xD55BFF) is unknown color: approx Heliotrope. HEX triplet: D5, 5B and FF. RGB value is (213,91,255). Sum of RGB (Red+Green+Blue) = 213+91+255=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #D55BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BFF is #2AA400. Grayscale: #919191. Windows color (decimal): -2794497 or 16735189. OLE color: 16735189.

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

Color convert

RGB21391255-
CMYK0.160.6400
HSL284.63º100%67.84%-
HSV(B)284.63º64.31%100%-
XYZ49.2328.8597.58-
YUV146.17189.42175.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 91 (35.94% from 255) = 16.28%
BLUE value IS 255 (100% from 255) = 45.62%
R=38.10%
G=16.28%
B=45.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213912550.160.6400284.6310067.84
HexD55BFF10400011d6444
Octal3251333772010000435144104
Binary110101011011011111111111000010000000010001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55BFF; }

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

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

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

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

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

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

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

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