#D569F5

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

Shades of Heliotrope #D569F5

Tints of Heliotrope #D569F5

Color information

#D569F5 (or 0xD569F5) is unknown color: approx Heliotrope. HEX triplet: D5, 69 and F5. RGB value is (213,105,245). Sum of RGB (Red+Green+Blue) = 213+105+245=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #D569F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D569F5 is #2A960A. Grayscale: #989898. Windows color (decimal): -2790923 or 16083413. OLE color: 16083413.

HSL color Cylindrical-coordinate representation of color #D569F5: hue angle of 286.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D569F5 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213105245-
CMYK0.130.5700.04
HSL286.29º87.5%68.63%-
HSV(B)286.29º57.14%96.08%-
XYZ48.9730.8489.76-
YUV153.25179.78170.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=37.83%
G=18.65%
B=43.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131052450.130.5700.04286.2987.568.63
HexD569F5D390411e5845
Octal325151365157104436130105
Binary110101011101001111101011101111001010010001111010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569F5; }

 p { color: rgb(213,105,245); }

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

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

 a { background-color: rgb(213,105,245); }

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

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

 span { border-color: rgb(213,105,245); }

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