#D562F6

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

Shades of Heliotrope #D562F6

Tints of Heliotrope #D562F6

Color information

#D562F6 (or 0xD562F6) is unknown color: approx Heliotrope. HEX triplet: D5, 62 and F6. RGB value is (213,98,246). Sum of RGB (Red+Green+Blue) = 213+98+246=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #D562F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562F6 is #2A9D09. Grayscale: #949494. Windows color (decimal): -2792714 or 16147157. OLE color: 16147157.

HSL color Cylindrical-coordinate representation of color #D562F6: hue angle of 286.62º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D562F6 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21398246-
CMYK0.130.6000.04
HSL286.62º89.16%67.45%-
HSV(B)286.62º60.16%96.47%-
XYZ48.4429.5490.34-
YUV149.26182.6173.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 98 (38.67% from 255) = 17.59%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=38.24%
G=17.59%
B=44.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213982460.130.6000.04286.6289.1667.45
HexD562F6D3C0411f5943
Octal325142366157404437131103
Binary110101011100010111101101101111100010010001111110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562F6; }

 p { color: rgb(213,98,246); }

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

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

 a { background-color: rgb(213,98,246); }

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

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

 span { border-color: rgb(213,98,246); }

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