#D555FF

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

Shades of Heliotrope #D555FF

Tints of Heliotrope #D555FF

Color information

#D555FF (or 0xD555FF) is unknown color: approx Heliotrope. HEX triplet: D5, 55 and FF. RGB value is (213,85,255). Sum of RGB (Red+Green+Blue) = 213+85+255=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #D555FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D555FF is #2AAA00. Grayscale: #8E8E8E. Windows color (decimal): -2796033 or 16733653. OLE color: 16733653.

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

Color convert

RGB21385255-
CMYK0.160.6700
HSL285.18º100%66.67%-
HSV(B)285.18º66.67%100%-
XYZ48.7427.8697.42-
YUV142.65191.41178.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 85 (33.59% from 255) = 15.37%
BLUE value IS 255 (100% from 255) = 46.11%
R=38.52%
G=15.37%
B=46.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213852550.160.6700285.1810066.67
HexD555FF10430011d6443
Octal3251253772010300435144103
Binary110101011010101111111111000010000110010001110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555FF; }

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

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

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

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

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

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

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

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