#D910F0

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

Shades of Psychedelic Purple #D910F0

Tints of Psychedelic Purple #D910F0

Color information

#D910F0 (or 0xD910F0) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 10 and F0. RGB value is (217,16,240). Sum of RGB (Red+Green+Blue) = 217+16+240=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #D910F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D910F0 is #26EF0F. Grayscale: #646464. Windows color (decimal): -2551568 or 15732953. OLE color: 15732953.

HSL color Cylindrical-coordinate representation of color #D910F0: hue angle of 293.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910F0 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21716240-
CMYK0.100.9300.06
HSL293.84º88.19%50.2%-
HSV(B)293.84º93.33%94.12%-
XYZ44.5321.4184.22-
YUV101.64206.09210.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 16 (6.64% from 255) = 3.38%
BLUE value IS 240 (94.14% from 255) = 50.74%
R=45.88%
G=3.38%
B=50.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal217162400.100.9300.06293.8488.1950.2
HexD910F0A5D061265832
Octal33120360121350644613062
Binary1101100110000111100001010101110101101001001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D910F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D910F0; }

 p { color: rgb(217,16,240); }

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

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

 a { background-color: rgb(217,16,240); }

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

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

 span { border-color: rgb(217,16,240); }

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