Html Css Color HEX #DC09F5 Psychedelic Purple

📋 copy color: '#DC09F5'

red 220 ◦ green 9 ◦ blue 245

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

Shades of Psychedelic Purple #DC09F5

Tints of Psychedelic Purple #DC09F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.69%

R = 46.41%
G = 1.9%
B = 51.69%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC09F5 (or 0xDC09F5) is known color: Psychedelic Purple. HEX triplet: DC, 09 and F5. RGB value is (220,9,245). Sum of RGB (Red+Green+Blue) = 220+9+245=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC09F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09F5 is #23F60A. Grayscale: #626262. Windows color (decimal): -2356747 or 16058844. OLE color: 16058844.

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

Color convert

RGB 220 9 245 -
CMYK 0.10 0.96 0 0.04
HSL 293.64º 0.93% 0.5% -
HSV(B) 293.64º 0.96% 0.96% -
XYZ 46.09 22 88.2 -
YUV 98.99 210.4 214.31 -
System Red Green Blue C M Y K H S L
Decimal 220 9 245 0.10 0.96 0 0.04 293.64 0.93 0.5
Hex DC 9 F5 A 60 0 4 126 5D 32
Octal 334 11 365 12 140 0 4 446 135 62
Binary 11011100 1001 11110101 1010 1100000 0 100 100100110 1011101 110010

Color Harmonies of #DC09F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09F5

Black with #DC09F5

Text Example


Text Example

White with #DC09F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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