Html Css Color HEX #DC09EF Psychedelic Purple

📋 copy color: '#DC09EF'

red 220 ◦ green 9 ◦ blue 239

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

Shades of Psychedelic Purple #DC09EF

Tints of Psychedelic Purple #DC09EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 47.01%
G = 1.92%
B = 51.07%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC09EF (or 0xDC09EF) is known color: Psychedelic Purple. HEX triplet: DC, 09 and EF. RGB value is (220,9,239). Sum of RGB (Red+Green+Blue) = 220+9+239=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09EF is #23F610. Grayscale: #616161. Windows color (decimal): -2356753 or 15665628. OLE color: 15665628.

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

Color convert

RGB 220 9 239 -
CMYK 0.08 0.96 0 0.06
HSL 295.04º 0.93% 0.49% -
HSV(B) 295.04º 0.96% 0.94% -
XYZ 45.19 21.64 83.46 -
YUV 98.31 207.4 214.8 -
System Red Green Blue C M Y K H S L
Decimal 220 9 239 0.08 0.96 0 0.06 295.04 0.93 0.49
Hex DC 9 EF 8 60 0 6 127 5D 31
Octal 334 11 357 10 140 0 6 447 135 61
Binary 11011100 1001 11101111 1000 1100000 0 110 100100111 1011101 110001

Color Harmonies of #DC09EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09EF

Black with #DC09EF

Text Example


Text Example

White with #DC09EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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