#D555FD

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

Shades of Heliotrope #D555FD

Tints of Heliotrope #D555FD

Color information

#D555FD (or 0xD555FD) is unknown color: approx Heliotrope. HEX triplet: D5, 55 and FD. RGB value is (213,85,253). Sum of RGB (Red+Green+Blue) = 213+85+253=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #D555FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D555FD is #2AAA02. Grayscale: #8D8D8D. Windows color (decimal): -2796035 or 16602581. OLE color: 16602581.

HSL color Cylindrical-coordinate representation of color #D555FD: hue angle of 285.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D555FD is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21385253-
CMYK0.160.6600.01
HSL285.71º97.67%66.27%-
HSV(B)285.71º66.4%99.22%-
XYZ48.4227.7395.73-
YUV142.42190.41178.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 85 (33.59% from 255) = 15.43%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=38.66%
G=15.43%
B=45.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213852530.160.6600.01285.7197.6766.27
HexD555FD10420111e6242
Octal3251253752010201436142102
Binary110101011010101111111011000010000100110001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555FD; }

 p { color: rgb(213,85,253); }

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

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

 a { background-color: rgb(213,85,253); }

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

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

 span { border-color: rgb(213,85,253); }

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