#D565FA

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

Shades of Heliotrope #D565FA

Tints of Heliotrope #D565FA

Color information

#D565FA (or 0xD565FA) is unknown color: approx Heliotrope. HEX triplet: D5, 65 and FA. RGB value is (213,101,250). Sum of RGB (Red+Green+Blue) = 213+101+250=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #D565FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D565FA is #2A9A05. Grayscale: #969696. Windows color (decimal): -2791942 or 16410069. OLE color: 16410069.

HSL color Cylindrical-coordinate representation of color #D565FA: hue angle of 285.1º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D565FA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213101250-
CMYK0.150.6000.02
HSL285.1º93.71%68.82%-
HSV(B)285.1º59.6%98.04%-
XYZ49.3530.3693.7-
YUV151.47183.61171.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 101 (39.84% from 255) = 17.91%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=37.77%
G=17.91%
B=44.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131012500.150.6000.02285.193.7168.82
HexD565FAF3C0211d5e45
Octal325145372177402435136105
Binary11010101110010111111010111111110001010001110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565FA; }

 p { color: rgb(213,101,250); }

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

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

 a { background-color: rgb(213,101,250); }

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

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

 span { border-color: rgb(213,101,250); }

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