#D00FF1

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

Shades of Psychedelic Purple #D00FF1

Tints of Psychedelic Purple #D00FF1

Color information

#D00FF1 (or 0xD00FF1) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 0F and F1. RGB value is (208,15,241). Sum of RGB (Red+Green+Blue) = 208+15+241=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #D00FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FF1 is #2FF00E. Grayscale: #616161. Windows color (decimal): -3141647 or 15798224. OLE color: 15798224.

HSL color Cylindrical-coordinate representation of color #D00FF1: hue angle of 291.24º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00FF1 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20815241-
CMYK0.140.9400.05
HSL291.24º88.98%50.2%-
HSV(B)291.24º93.78%94.51%-
XYZ42.0620.184.88-
YUV98.47208.44206.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 15 (6.25% from 255) = 3.23%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=44.83%
G=3.23%
B=51.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208152410.140.9400.05291.2488.9850.2
HexD0FF1E5E051235932
Octal32017361161360544313162
Binary110100001111111100011110101111001011001000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00FF1; }

 p { color: rgb(208,15,241); }

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

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

 a { background-color: rgb(208,15,241); }

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

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

 span { border-color: rgb(208,15,241); }

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