#D226EB

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

Shades of Psychedelic Purple #D226EB

Tints of Psychedelic Purple #D226EB

Color information

#D226EB (or 0xD226EB) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 26 and EB. RGB value is (210,38,235). Sum of RGB (Red+Green+Blue) = 210+38+235=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #D226EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D226EB is #2DD914. Grayscale: #6F6F6F. Windows color (decimal): -3004693 or 15410898. OLE color: 15410898.

HSL color Cylindrical-coordinate representation of color #D226EB: hue angle of 292.39º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D226EB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21038235-
CMYK0.110.8400.08
HSL292.39º83.12%53.53%-
HSV(B)292.39º83.83%92.16%-
XYZ42.2721.0980.44-
YUV111.89197.48197.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.48%
GREEN value IS 38 (15.23% from 255) = 7.87%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=43.48%
G=7.87%
B=48.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210382350.110.8400.08292.3983.1253.53
HexD226EBB54081245336
Octal322463531312401044412366
Binary110100101001101110101110111010100010001001001001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D226EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D226EB; }

 p { color: rgb(210,38,235); }

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

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

 a { background-color: rgb(210,38,235); }

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

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

 span { border-color: rgb(210,38,235); }

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