Html Css Color HEX #DC0AEB Psychedelic Purple

📋 copy color: '#DC0AEB'

red 220 ◦ green 10 ◦ blue 235

#DC0AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DC0AEB

Tints of Psychedelic Purple #DC0AEB

RGB

 RED value IS 220 (86.33% from 255) = 47.31%

 GREEN value IS 10 (4.3% from 255) = 2.15%

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 47.31%
G = 2.15%
B = 50.54%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC0AEB (or 0xDC0AEB) is known color: Psychedelic Purple. HEX triplet: DC, 0A and EB. RGB value is (220,10,235). Sum of RGB (Red+Green+Blue) = 220+10+235=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC0AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0AEB is #23F514. Grayscale: #616161. Windows color (decimal): -2356501 or 15403740. OLE color: 15403740.

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

Color convert

RGB 220 10 235 -
CMYK 0.06 0.96 0 0.08
HSL 296º 0.92% 0.48% -
HSV(B) 296º 0.96% 0.92% -
XYZ 44.62 21.43 80.38 -
YUV 98.44 205.07 214.7 -
System Red Green Blue C M Y K H S L
Decimal 220 10 235 0.06 0.96 0 0.08 296 0.92 0.48
Hex DC A EB 6 60 0 8 128 5C 30
Octal 334 12 353 6 140 0 10 450 134 60
Binary 11011100 1010 11101011 110 1100000 0 1000 100101000 1011100 110000

Color Harmonies of #DC0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AEB

Black with #DC0AEB

Text Example


Text Example

White with #DC0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AEB; }

 p { color: rgb(220,10,235); }

 H1.HeaderClassName
 {
   color: #DC0AEB;
 }
 .AnyTagClassName
 {
   color: #DC0AEB;
 }
</style>

background-color css

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

 a { background-color: rgb(220,10,235); }

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

border-color css

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

 span { border-color: rgb(220,10,235); }

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