#D461FD

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

Shades of Heliotrope #D461FD

Tints of Heliotrope #D461FD

Color information

#D461FD (or 0xD461FD) is unknown color: approx Heliotrope. HEX triplet: D4, 61 and FD. RGB value is (212,97,253). Sum of RGB (Red+Green+Blue) = 212+97+253=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #D461FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FD is #2B9E02. Grayscale: #949494. Windows color (decimal): -2858499 or 16605652. OLE color: 16605652.

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

Color convert

RGB21297253-
CMYK0.160.6200.01
HSL284.23º97.5%68.63%-
HSV(B)284.23º61.66%99.22%-
XYZ49.1629.6496.06-
YUV149.17186.6172.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 97 (38.28% from 255) = 17.26%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=37.72%
G=17.26%
B=45.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212972530.160.6200.01284.2397.568.63
HexD461FD103E0111c6245
Octal324141375207601434142105
Binary11010100110000111111101100001111100110001110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461FD; }

 p { color: rgb(212,97,253); }

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

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

 a { background-color: rgb(212,97,253); }

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

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

 span { border-color: rgb(212,97,253); }

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