#D55DF3

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

Shades of Heliotrope #D55DF3

Tints of Heliotrope #D55DF3

Color information

#D55DF3 (or 0xD55DF3) is unknown color: approx Heliotrope. HEX triplet: D5, 5D and F3. RGB value is (213,93,243). Sum of RGB (Red+Green+Blue) = 213+93+243=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #D55DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DF3 is #2AA20C. Grayscale: #919191. Windows color (decimal): -2793997 or 15949269. OLE color: 15949269.

HSL color Cylindrical-coordinate representation of color #D55DF3: hue angle of 288º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55DF3 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21393243-
CMYK0.120.6200.05
HSL288º86.21%65.88%-
HSV(B)288º61.73%95.29%-
XYZ47.5328.4587.78-
YUV145.98182.76175.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 243 (95.31% from 255) = 44.26%
R=38.80%
G=16.94%
B=44.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213932430.120.6200.0528886.2165.88
HexD55DF3C3E051205642
Octal325135363147605440126102
Binary110101011011101111100111100111110010110010000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DF3; }

 p { color: rgb(213,93,243); }

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

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

 a { background-color: rgb(213,93,243); }

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

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

 span { border-color: rgb(213,93,243); }

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