#D563F0

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

Shades of Heliotrope #D563F0

Tints of Heliotrope #D563F0

Color information

#D563F0 (or 0xD563F0) is unknown color: approx Heliotrope. HEX triplet: D5, 63 and F0. RGB value is (213,99,240). Sum of RGB (Red+Green+Blue) = 213+99+240=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #D563F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D563F0 is #2A9C0F. Grayscale: #949494. Windows color (decimal): -2792464 or 15754197. OLE color: 15754197.

HSL color Cylindrical-coordinate representation of color #D563F0: hue angle of 288.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D563F0 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21399240-
CMYK0.110.5900.06
HSL288.51º82.46%66.47%-
HSV(B)288.51º58.75%94.12%-
XYZ47.6329.3685.59-
YUV149.16179.27173.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 99 (39.06% from 255) = 17.93%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=38.59%
G=17.93%
B=43.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213992400.110.5900.06288.5182.4666.47
HexD563F0B3B061215242
Octal325143360137306441122102
Binary110101011100011111100001011111011011010010000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563F0; }

 p { color: rgb(213,99,240); }

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

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

 a { background-color: rgb(213,99,240); }

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

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

 span { border-color: rgb(213,99,240); }

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