#D60EE5

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

Shades of Psychedelic Purple #D60EE5

Tints of Psychedelic Purple #D60EE5

Color information

#D60EE5 (or 0xD60EE5) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 0E and E5. RGB value is (214,14,229). Sum of RGB (Red+Green+Blue) = 214+14+229=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #D60EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60EE5 is #29F11A. Grayscale: #616161. Windows color (decimal): -2748699 or 15011542. OLE color: 15011542.

HSL color Cylindrical-coordinate representation of color #D60EE5: hue angle of 295.81º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60EE5 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21414229-
CMYK0.070.9400.10
HSL295.81º88.48%47.65%-
HSV(B)295.81º93.89%89.8%-
XYZ42.0320.2775.83-
YUV98.31201.76210.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 14 (5.86% from 255) = 3.06%
BLUE value IS 229 (89.84% from 255) = 50.11%
R=46.83%
G=3.06%
B=50.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal214142290.070.9400.10295.8188.4847.65
HexD6EE575E0A1285830
Octal32616345713601245013060
Binary110101101110111001011111011110010101001010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60EE5; }

 p { color: rgb(214,14,229); }

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

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

 a { background-color: rgb(214,14,229); }

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

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

 span { border-color: rgb(214,14,229); }

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