#D10BEA

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

Shades of Psychedelic Purple #D10BEA

Tints of Psychedelic Purple #D10BEA

Color information

#D10BEA (or 0xD10BEA) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 0B and EA. RGB value is (209,11,234). Sum of RGB (Red+Green+Blue) = 209+11+234=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #D10BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10BEA is #2EF415. Grayscale: #5E5E5E. Windows color (decimal): -3077142 or 15338449. OLE color: 15338449.

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

Color convert

RGB20911234-
CMYK0.110.9500.08
HSL293.27º91.02%48.04%-
HSV(B)293.27º95.3%91.76%-
XYZ41.2719.7479.48-
YUV95.62206.1208.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 11 (4.69% from 255) = 2.42%
BLUE value IS 234 (91.80% from 255) = 51.54%
R=46.04%
G=2.42%
B=51.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal209112340.110.9500.08293.2791.0248.04
HexD1BEAB5F081255b30
Octal321133521313701044513360
Binary1101000110111110101010111011111010001001001011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10BEA; }

 p { color: rgb(209,11,234); }

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

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

 a { background-color: rgb(209,11,234); }

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

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

 span { border-color: rgb(209,11,234); }

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