#D309EE

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

Shades of Psychedelic Purple #D309EE

Tints of Psychedelic Purple #D309EE

Color information

#D309EE (or 0xD309EE) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 09 and EE. RGB value is (211,9,238). Sum of RGB (Red+Green+Blue) = 211+9+238=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #D309EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D309EE is #2CF611. Grayscale: #5E5E5E. Windows color (decimal): -2946578 or 15600083. OLE color: 15600083.

HSL color Cylindrical-coordinate representation of color #D309EE: hue angle of 292.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D309EE is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2119238-
CMYK0.110.9600.07
HSL292.93º92.71%48.43%-
HSV(B)292.93º96.22%93.33%-
XYZ42.3920.2282.56-
YUV95.5208.42210.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.07%
GREEN value IS 9 (3.91% from 255) = 1.97%
BLUE value IS 238 (93.36% from 255) = 51.97%
R=46.07%
G=1.97%
B=51.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21192380.110.9600.07292.9392.7148.43
HexD39EEB60071255d30
Octal32311356131400744513560
Binary110100111001111011101011110000001111001001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D309EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D309EE; }

 p { color: rgb(211,9,238); }

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

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

 a { background-color: rgb(211,9,238); }

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

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

 span { border-color: rgb(211,9,238); }

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