#D800FF

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

Shades of Psychedelic Purple #D800FF

Tints of Psychedelic Purple #D800FF

Color information

#D800FF (or 0xD800FF) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 00 and FF. RGB value is (216,0,255). Sum of RGB (Red+Green+Blue) = 216+0+255=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #D800FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D800FF is #27FF00. Grayscale: #5C5C5C. Windows color (decimal): -2621185 or 16711896. OLE color: 16711896.

HSL color Cylindrical-coordinate representation of color #D800FF: hue angle of 290.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800FF is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2160255-
CMYK0.15100
HSL290.82º100%50%-
HSV(B)290.82º100%100%-
XYZ46.3721.8296.38-
YUV93.65219.06215.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 54.14%
R=45.86%
G=0%
B=54.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal21602550.15100290.8210050
HexD80FFF64001236432
Octal3300377171440044314462
Binary1101100001111111111111100100001001000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D800FF; }

 p { color: rgb(216,0,255); }

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

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

 a { background-color: rgb(216,0,255); }

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

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

 span { border-color: rgb(216,0,255); }

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