#D564EB

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

Shades of Heliotrope #D564EB

Tints of Heliotrope #D564EB

Color information

#D564EB (or 0xD564EB) is unknown color: approx Heliotrope. HEX triplet: D5, 64 and EB. RGB value is (213,100,235). Sum of RGB (Red+Green+Blue) = 213+100+235=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #D564EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564EB is #2A9B14. Grayscale: #949494. Windows color (decimal): -2792213 or 15426773. OLE color: 15426773.

HSL color Cylindrical-coordinate representation of color #D564EB: hue angle of 290.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D564EB is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213100235-
CMYK0.090.5700.08
HSL290.22º77.14%65.69%-
HSV(B)290.22º57.45%92.16%-
XYZ46.9929.2681.77-
YUV149.18176.44173.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 100 (39.45% from 255) = 18.25%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=38.87%
G=18.25%
B=42.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131002350.090.5700.08290.2277.1465.69
HexD564EB939081224d42
Octal3251443531171010442115102
Binary1101010111001001110101110011110010100010010001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564EB; }

 p { color: rgb(213,100,235); }

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

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

 a { background-color: rgb(213,100,235); }

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

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

 span { border-color: rgb(213,100,235); }

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