#D227EB

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

Shades of Psychedelic Purple #D227EB

Tints of Psychedelic Purple #D227EB

Color information

#D227EB (or 0xD227EB) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 27 and EB. RGB value is (210,39,235). Sum of RGB (Red+Green+Blue) = 210+39+235=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #D227EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227EB is #2DD814. Grayscale: #6F6F6F. Windows color (decimal): -3004437 or 15411154. OLE color: 15411154.

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

Color convert

RGB21039235-
CMYK0.110.8300.08
HSL292.35º83.05%53.73%-
HSV(B)292.35º83.4%92.16%-
XYZ42.321.1580.45-
YUV112.47197.15197.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 39 (15.62% from 255) = 8.06%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=43.39%
G=8.06%
B=48.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210392350.110.8300.08292.3583.0553.73
HexD227EBB53081245336
Octal322473531312301044412366
Binary110100101001111110101110111010011010001001001001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D227EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D227EB; }

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

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

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

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

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

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

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

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