Html Css Color HEX #DC0DEB Psychedelic Purple

📋 copy color: '#DC0DEB'

red 220 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #DC0DEB

Tints of Psychedelic Purple #DC0DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

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

R = 47.01%
G = 2.78%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC0DEB (or 0xDC0DEB) is known color: Psychedelic Purple. HEX triplet: DC, 0D and EB. RGB value is (220,13,235). Sum of RGB (Red+Green+Blue) = 220+13+235=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC0DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0DEB is #23F214. Grayscale: #636363. Windows color (decimal): -2355733 or 15404508. OLE color: 15404508.

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

Color convert

RGB 220 13 235 -
CMYK 0.06 0.94 0 0.08
HSL 295.95º 0.9% 0.49% -
HSV(B) 295.95º 0.94% 0.92% -
XYZ 44.65 21.5 80.39 -
YUV 100.2 204.08 213.45 -
System Red Green Blue C M Y K H S L
Decimal 220 13 235 0.06 0.94 0 0.08 295.95 0.9 0.49
Hex DC D EB 6 5E 0 8 128 5A 31
Octal 334 15 353 6 136 0 10 450 132 61
Binary 11011100 1101 11101011 110 1011110 0 1000 100101000 1011010 110001

Color Harmonies of #DC0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DEB

Black with #DC0DEB

Text Example


Text Example

White with #DC0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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