#D033FF

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

Shades of Psychedelic Purple #D033FF

Tints of Psychedelic Purple #D033FF

Color information

#D033FF (or 0xD033FF) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 33 and FF. RGB value is (208,51,255). Sum of RGB (Red+Green+Blue) = 208+51+255=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 51 (20.31% from 255 or 9.92% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #D033FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033FF is #2FCC00. Grayscale: #787878. Windows color (decimal): -3132417 or 16724944. OLE color: 16724944.

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

Color convert

RGB20851255-
CMYK0.180.800
HSL286.18º100%60%-
HSV(B)286.18º80%100%-
XYZ45.252396.66-
YUV121.2203.51189.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 51 (20.31% from 255) = 9.92%
BLUE value IS 255 (100% from 255) = 49.61%
R=40.47%
G=9.92%
B=49.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208512550.180.800286.1810060
HexD033FF12500011e643c
Octal32063377221200043614474
Binary1101000011001111111111100101010000001000111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D033FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D033FF; }

 p { color: rgb(208,51,255); }

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

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

 a { background-color: rgb(208,51,255); }

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

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

 span { border-color: rgb(208,51,255); }

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