#D562F1

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

Shades of Heliotrope #D562F1

Tints of Heliotrope #D562F1

Color information

#D562F1 (or 0xD562F1) is unknown color: approx Heliotrope. HEX triplet: D5, 62 and F1. RGB value is (213,98,241). Sum of RGB (Red+Green+Blue) = 213+98+241=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #D562F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D562F1 is #2A9D0E. Grayscale: #949494. Windows color (decimal): -2792719 or 15819477. OLE color: 15819477.

HSL color Cylindrical-coordinate representation of color #D562F1: hue angle of 288.25º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D562F1 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21398241-
CMYK0.120.5900.05
HSL288.25º83.63%66.47%-
HSV(B)288.25º59.34%94.51%-
XYZ47.6929.2386.35-
YUV148.69180.1173.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 98 (38.67% from 255) = 17.75%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=38.59%
G=17.75%
B=43.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213982410.120.5900.05288.2583.6366.47
HexD562F1C3B051205442
Octal325142361147305440124102
Binary110101011100010111100011100111011010110010000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562F1; }

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

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

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

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

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

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

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

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