Html Css Color HEX #DC04F9 Psychedelic Purple

📋 copy color: '#DC04F9'

red 220 ◦ green 4 ◦ blue 249

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

Shades of Psychedelic Purple #DC04F9

Tints of Psychedelic Purple #DC04F9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 46.51%
G = 0.85%
B = 52.64%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC04F9 (or 0xDC04F9) is known color: Psychedelic Purple. HEX triplet: DC, 04 and F9. RGB value is (220,4,249). Sum of RGB (Red+Green+Blue) = 220+4+249=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 4 (1.95% from 255 or 0.85% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC04F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC04F9 is #23FB06. Grayscale: #5F5F5F. Windows color (decimal): -2358023 or 16319708. OLE color: 16319708.

HSL color Cylindrical-coordinate representation of color #DC04F9: hue angle of 292.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04F9 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 4 249 -
CMYK 0.12 0.98 0 0.02
HSL 292.9º 0.97% 0.5% -
HSV(B) 292.9º 0.98% 0.98% -
XYZ 46.66 22.14 91.44 -
YUV 96.51 214.06 216.08 -
System Red Green Blue C M Y K H S L
Decimal 220 4 249 0.12 0.98 0 0.02 292.9 0.97 0.5
Hex DC 4 F9 C 62 0 2 125 61 32
Octal 334 4 371 14 142 0 2 445 141 62
Binary 11011100 100 11111001 1100 1100010 0 10 100100101 1100001 110010

Color Harmonies of #DC04F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC04F9

Black with #DC04F9

Text Example


Text Example

White with #DC04F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC04F9; }

 p { color: rgb(220,4,249); }

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

background-color css

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

 a { background-color: rgb(220,4,249); }

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

border-color css

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

 span { border-color: rgb(220,4,249); }

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