#D825E6

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

Shades of Psychedelic Purple #D825E6

Tints of Psychedelic Purple #D825E6

Color information

#D825E6 (or 0xD825E6) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 25 and E6. RGB value is (216,37,230). Sum of RGB (Red+Green+Blue) = 216+37+230=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #D825E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825E6 is #27DA19. Grayscale: #6F6F6F. Windows color (decimal): -2611738 or 15082968. OLE color: 15082968.

HSL color Cylindrical-coordinate representation of color #D825E6: hue angle of 295.65º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D825E6 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21637230-
CMYK0.060.8400.10
HSL295.65º79.42%52.35%-
HSV(B)295.65º83.91%90.2%-
XYZ43.2621.6476.76-
YUV112.52194.3201.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 37 (14.84% from 255) = 7.66%
BLUE value IS 230 (90.23% from 255) = 47.62%
R=44.72%
G=7.66%
B=47.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal216372300.060.8400.10295.6579.4252.35
HexD825E66540A1284f34
Octal33045346612401245011764
Binary11011000100101111001101101010100010101001010001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D825E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D825E6; }

 p { color: rgb(216,37,230); }

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

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

 a { background-color: rgb(216,37,230); }

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

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

 span { border-color: rgb(216,37,230); }

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