#D655F9

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

Shades of Heliotrope #D655F9

Tints of Heliotrope #D655F9

Color information

#D655F9 (or 0xD655F9) is unknown color: approx Heliotrope. HEX triplet: D6, 55 and F9. RGB value is (214,85,249). Sum of RGB (Red+Green+Blue) = 214+85+249=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #D655F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655F9 is #29AA06. Grayscale: #8D8D8D. Windows color (decimal): -2730503 or 16340438. OLE color: 16340438.

HSL color Cylindrical-coordinate representation of color #D655F9: hue angle of 287.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D655F9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21485249-
CMYK0.140.6600.02
HSL287.2º93.18%65.49%-
HSV(B)287.2º65.86%97.65%-
XYZ48.0827.6392.42-
YUV142.27188.24179.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 85 (33.59% from 255) = 15.51%
BLUE value IS 249 (97.66% from 255) = 45.44%
R=39.05%
G=15.51%
B=45.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214852490.140.6600.02287.293.1865.49
HexD655F9E420211f5d41
Octal3261253711610202437135101
Binary110101101010101111110011110100001001010001111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D655F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D655F9; }

 p { color: rgb(214,85,249); }

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

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

 a { background-color: rgb(214,85,249); }

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

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

 span { border-color: rgb(214,85,249); }

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