#D00FE7

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

Shades of Psychedelic Purple #D00FE7

Tints of Psychedelic Purple #D00FE7

Color information

#D00FE7 (or 0xD00FE7) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 0F and E7. RGB value is (208,15,231). Sum of RGB (Red+Green+Blue) = 208+15+231=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 231 (90.62% from 255 or 50.88% from 454); Max value from RGB is 231 - color contains mainly: blue. Hex color #D00FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FE7 is #2FF018. Grayscale: #606060. Windows color (decimal): -3141657 or 15142864. OLE color: 15142864.

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

Color convert

RGB20815231-
CMYK0.100.9400.09
HSL293.61º87.8%48.24%-
HSV(B)293.61º93.51%90.59%-
XYZ40.6119.5277.23-
YUV97.33203.44206.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 15 (6.25% from 255) = 3.30%
BLUE value IS 231 (90.62% from 255) = 50.88%
R=45.81%
G=3.30%
B=50.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208152310.100.9400.09293.6187.848.24
HexD0FE7A5E091265830
Octal320173471213601144613060
Binary1101000011111110011110101011110010011001001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00FE7; }

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

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

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

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

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

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

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

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