#D562FD

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

Shades of Heliotrope #D562FD

Tints of Heliotrope #D562FD

Color information

#D562FD (or 0xD562FD) is unknown color: approx Heliotrope. HEX triplet: D5, 62 and FD. RGB value is (213,98,253). Sum of RGB (Red+Green+Blue) = 213+98+253=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #D562FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562FD is #2A9D02. Grayscale: #959595. Windows color (decimal): -2792707 or 16605909. OLE color: 16605909.

HSL color Cylindrical-coordinate representation of color #D562FD: hue angle of 284.52º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D562FD is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21398253-
CMYK0.160.6100.01
HSL284.52º97.48%68.82%-
HSV(B)284.52º61.26%99.22%-
XYZ49.5429.9796.1-
YUV150.06186.1172.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 98 (38.67% from 255) = 17.38%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=37.77%
G=17.38%
B=44.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213982530.160.6100.01284.5297.4868.82
HexD562FD103D0111d6145
Octal325142375207501435141105
Binary11010101110001011111101100001111010110001110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562FD; }

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

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

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

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

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

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

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

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