#D55CFF

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

Shades of Heliotrope #D55CFF

Tints of Heliotrope #D55CFF

Color information

#D55CFF (or 0xD55CFF) is unknown color: approx Heliotrope. HEX triplet: D5, 5C and FF. RGB value is (213,92,255). Sum of RGB (Red+Green+Blue) = 213+92+255=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #D55CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CFF is #2AA300. Grayscale: #929292. Windows color (decimal): -2794241 or 16735445. OLE color: 16735445.

HSL color Cylindrical-coordinate representation of color #D55CFF: hue angle of 284.54º 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 #D55CFF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21392255-
CMYK0.160.6400
HSL284.54º100%68.04%-
HSV(B)284.54º63.92%100%-
XYZ49.3229.0297.61-
YUV146.76189.09175.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 92 (36.33% from 255) = 16.43%
BLUE value IS 255 (100% from 255) = 45.54%
R=38.04%
G=16.43%
B=45.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213922550.160.6400284.5410068.04
HexD55CFF10400011d6444
Octal3251343772010000435144104
Binary110101011011100111111111000010000000010001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CFF; }

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

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

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

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

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

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

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

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