#D600ED

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

Shades of Psychedelic Purple #D600ED

Tints of Psychedelic Purple #D600ED

Color information

#D600ED (or 0xD600ED) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 00 and ED. RGB value is (214,0,237). Sum of RGB (Red+Green+Blue) = 214+0+237=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #D600ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600ED is #29FF12. Grayscale: #5A5A5A. Windows color (decimal): -2752275 or 15532246. OLE color: 15532246.

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

Color convert

RGB2140237-
CMYK0.10100.07
HSL294.18º100%46.47%-
HSV(B)294.18º100%92.94%-
XYZ43.0220.4181.79-
YUV91210.4215.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=47.45%
G=0%
B=52.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21402370.10100.07294.1810046.47
HexD60EDA6407126642e
Octal3260355121440744614456
Binary110101100111011011010110010001111001001101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D600ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D600ED; }

 p { color: rgb(214,0,237); }

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

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

 a { background-color: rgb(214,0,237); }

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

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

 span { border-color: rgb(214,0,237); }

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