Html Css Color HEX #DC09EE Psychedelic Purple

📋 copy color: '#DC09EE'

red 220 ◦ green 9 ◦ blue 238

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

Shades of Psychedelic Purple #DC09EE

Tints of Psychedelic Purple #DC09EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 47.11%
G = 1.93%
B = 50.96%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC09EE (or 0xDC09EE) is known color: Psychedelic Purple. HEX triplet: DC, 09 and EE. RGB value is (220,9,238). Sum of RGB (Red+Green+Blue) = 220+9+238=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09EE is #23F611. Grayscale: #616161. Windows color (decimal): -2356754 or 15600092. OLE color: 15600092.

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

Color convert

RGB 220 9 238 -
CMYK 0.08 0.96 0 0.07
HSL 295.28º 0.93% 0.48% -
HSV(B) 295.28º 0.96% 0.93% -
XYZ 45.05 21.58 82.68 -
YUV 98.2 206.9 214.88 -
System Red Green Blue C M Y K H S L
Decimal 220 9 238 0.08 0.96 0 0.07 295.28 0.93 0.48
Hex DC 9 EE 8 60 0 7 127 5D 30
Octal 334 11 356 10 140 0 7 447 135 60
Binary 11011100 1001 11101110 1000 1100000 0 111 100100111 1011101 110000

Color Harmonies of #DC09EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09EE

Black with #DC09EE

Text Example


Text Example

White with #DC09EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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