#D71DEE

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

Shades of Psychedelic Purple #D71DEE

Tints of Psychedelic Purple #D71DEE

Color information

#D71DEE (or 0xD71DEE) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 1D and EE. RGB value is (215,29,238). Sum of RGB (Red+Green+Blue) = 215+29+238=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #D71DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71DEE is #28E211. Grayscale: #6B6B6B. Windows color (decimal): -2679314 or 15605207. OLE color: 15605207.

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

Color convert

RGB21529238-
CMYK0.100.8800.07
HSL293.4º86.01%52.35%-
HSV(B)293.4º87.82%93.33%-
XYZ43.921.582.73-
YUV108.44201.12204.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 29 (11.72% from 255) = 6.02%
BLUE value IS 238 (93.36% from 255) = 49.38%
R=44.61%
G=6.02%
B=49.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal215292380.100.8800.07293.486.0152.35
HexD71DEEA58071255634
Octal32735356121300744512664
Binary1101011111101111011101010101100001111001001011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71DEE; }

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

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

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

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

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

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

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

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