#D110F9

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

Shades of Psychedelic Purple #D110F9

Tints of Psychedelic Purple #D110F9

Color information

#D110F9 (or 0xD110F9) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 10 and F9. RGB value is (209,16,249). Sum of RGB (Red+Green+Blue) = 209+16+249=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #D110F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D110F9 is #2EEF06. Grayscale: #636363. Windows color (decimal): -3075847 or 16322769. OLE color: 16322769.

HSL color Cylindrical-coordinate representation of color #D110F9: hue angle of 289.7º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D110F9 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20916249-
CMYK0.160.9400.02
HSL289.7º95.1%51.96%-
HSV(B)289.7º93.57%97.65%-
XYZ43.5820.7791.33-
YUV100.27211.94205.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 16 (6.64% from 255) = 3.38%
BLUE value IS 249 (97.66% from 255) = 52.53%
R=44.09%
G=3.38%
B=52.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209162490.160.9400.02289.795.151.96
HexD110F9105E021225f34
Octal32120371201360244213764
Binary1101000110000111110011000010111100101001000101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D110F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D110F9; }

 p { color: rgb(209,16,249); }

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

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

 a { background-color: rgb(209,16,249); }

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

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

 span { border-color: rgb(209,16,249); }

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