#D333F6

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

Shades of Psychedelic Purple #D333F6

Tints of Psychedelic Purple #D333F6

Color information

#D333F6 (or 0xD333F6) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 33 and F6. RGB value is (211,51,246). Sum of RGB (Red+Green+Blue) = 211+51+246=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #D333F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333F6 is #2CCC09. Grayscale: #787878. Windows color (decimal): -2935818 or 16135123. OLE color: 16135123.

HSL color Cylindrical-coordinate representation of color #D333F6: hue angle of 289.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D333F6 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21151246-
CMYK0.140.7900.04
HSL289.23º91.55%58.24%-
HSV(B)289.23º79.27%96.47%-
XYZ44.6822.8789.25-
YUV121.07198.51192.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.54%
GREEN value IS 51 (20.31% from 255) = 10.04%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=41.54%
G=10.04%
B=48.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211512460.140.7900.04289.2391.5558.24
HexD333F6E4F041215c3a
Octal32363366161170444113472
Binary11010011110011111101101110100111101001001000011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D333F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D333F6; }

 p { color: rgb(211,51,246); }

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

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

 a { background-color: rgb(211,51,246); }

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

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

 span { border-color: rgb(211,51,246); }

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