#D712EE

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

Shades of Psychedelic Purple #D712EE

Tints of Psychedelic Purple #D712EE

Color information

#D712EE (or 0xD712EE) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 12 and EE. RGB value is (215,18,238). Sum of RGB (Red+Green+Blue) = 215+18+238=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #D712EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712EE is #28ED11. Grayscale: #656565. Windows color (decimal): -2682130 or 15602391. OLE color: 15602391.

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

Color convert

RGB21518238-
CMYK0.100.9200.07
HSL293.73º86.61%50.2%-
HSV(B)293.73º92.44%93.33%-
XYZ43.6721.0582.65-
YUV101.98204.77208.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 18 (7.42% from 255) = 3.82%
BLUE value IS 238 (93.36% from 255) = 50.53%
R=45.65%
G=3.82%
B=50.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215182380.100.9200.07293.7386.6150.2
HexD712EEA5C071265732
Octal32722356121340744612762
Binary1101011110010111011101010101110001111001001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D712EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D712EE; }

 p { color: rgb(215,18,238); }

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

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

 a { background-color: rgb(215,18,238); }

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

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

 span { border-color: rgb(215,18,238); }

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