#DC0BE8

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

Shades of Psychedelic Purple #DC0BE8

Tints of Psychedelic Purple #DC0BE8

Color information

#DC0BE8 (or 0xDC0BE8) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 0B and E8. RGB value is (220,11,232). Sum of RGB (Red+Green+Blue) = 220+11+232=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC0BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0BE8 is #23F417. Grayscale: #626262. Windows color (decimal): -2356248 or 15207388. OLE color: 15207388.

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

Color convert

RGB22011232-
CMYK0.050.9500.09
HSL296.74º90.95%47.65%-
HSV(B)296.74º95.26%90.98%-
XYZ44.221.2878.12-
YUV98.68203.24214.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 11 (4.69% from 255) = 2.38%
BLUE value IS 232 (91.02% from 255) = 50.11%
R=47.52%
G=2.38%
B=50.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220112320.050.9500.09296.7490.9547.65
HexDCBE855F091295b30
Octal33413350513701145113360
Binary110111001011111010001011011111010011001010011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0BE8; }

 p { color: rgb(220,11,232); }

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

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

 a { background-color: rgb(220,11,232); }

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

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

 span { border-color: rgb(220,11,232); }

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