Html Css Color HEX #DC09ED Psychedelic Purple

📋 copy color: '#DC09ED'

red 220 ◦ green 9 ◦ blue 237

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

Shades of Psychedelic Purple #DC09ED

Tints of Psychedelic Purple #DC09ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 47.21%
G = 1.93%
B = 50.86%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC09ED (or 0xDC09ED) is known color: Psychedelic Purple. HEX triplet: DC, 09 and ED. RGB value is (220,9,237). Sum of RGB (Red+Green+Blue) = 220+9+237=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09ED is #23F612. Grayscale: #616161. Windows color (decimal): -2356755 or 15534556. OLE color: 15534556.

HSL color Cylindrical-coordinate representation of color #DC09ED: hue angle of 295.53º 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 #DC09ED is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 9 237 -
CMYK 0.07 0.96 0 0.07
HSL 295.53º 0.93% 0.48% -
HSV(B) 295.53º 0.96% 0.93% -
XYZ 44.9 21.53 81.91 -
YUV 98.08 206.4 214.96 -
System Red Green Blue C M Y K H S L
Decimal 220 9 237 0.07 0.96 0 0.07 295.53 0.93 0.48
Hex DC 9 ED 7 60 0 7 128 5D 30
Octal 334 11 355 7 140 0 7 450 135 60
Binary 11011100 1001 11101101 111 1100000 0 111 100101000 1011101 110000

Color Harmonies of #DC09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09ED

Black with #DC09ED

Text Example


Text Example

White with #DC09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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