#D133FF

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

Shades of Psychedelic Purple #D133FF

Tints of Psychedelic Purple #D133FF

Color information

#D133FF (or 0xD133FF) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 33 and FF. RGB value is (209,51,255). Sum of RGB (Red+Green+Blue) = 209+51+255=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 51 (20.31% from 255 or 9.90% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #D133FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D133FF is #2ECC00. Grayscale: #787878. Windows color (decimal): -3066881 or 16724945. OLE color: 16724945.

HSL color Cylindrical-coordinate representation of color #D133FF: hue angle of 286.47º 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 #D133FF is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20951255-
CMYK0.180.800
HSL286.47º100%60%-
HSV(B)286.47º80%100%-
XYZ45.5323.1496.68-
YUV121.5203.35190.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 51 (20.31% from 255) = 9.90%
BLUE value IS 255 (100% from 255) = 49.51%
R=40.58%
G=9.90%
B=49.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209512550.180.800286.4710060
HexD133FF12500011e643c
Octal32163377221200043614474
Binary1101000111001111111111100101010000001000111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D133FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D133FF; }

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

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

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

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

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

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

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

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