Html Css Color HEX #DC09EB Psychedelic Purple

📋 copy color: '#DC09EB'

red 220 ◦ green 9 ◦ blue 235

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

Shades of Psychedelic Purple #DC09EB

Tints of Psychedelic Purple #DC09EB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.94%

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

R = 47.41%
G = 1.94%
B = 50.65%

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

#DC09EB (or 0xDC09EB) is known color: Psychedelic Purple. HEX triplet: DC, 09 and EB. RGB value is (220,9,235). Sum of RGB (Red+Green+Blue) = 220+9+235=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC09EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09EB is #23F614. Grayscale: #616161. Windows color (decimal): -2356757 or 15403484. OLE color: 15403484.

HSL color Cylindrical-coordinate representation of color #DC09EB: hue angle of 296.02º degrees, saturation: 0.93, 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 #DC09EB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 9 235 -
CMYK 0.06 0.96 0 0.08
HSL 296.02º 0.93% 0.48% -
HSV(B) 296.02º 0.96% 0.92% -
XYZ 44.61 21.41 80.38 -
YUV 97.85 205.4 215.12 -
System Red Green Blue C M Y K H S L
Decimal 220 9 235 0.06 0.96 0 0.08 296.02 0.93 0.48
Hex DC 9 EB 6 60 0 8 128 5D 30
Octal 334 11 353 6 140 0 10 450 135 60
Binary 11011100 1001 11101011 110 1100000 0 1000 100101000 1011101 110000

Color Harmonies of #DC09EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09EB

Black with #DC09EB

Text Example


Text Example

White with #DC09EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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