Html Css Color HEX #DC0EF9 Psychedelic Purple

📋 copy color: '#DC0EF9'

red 220 ◦ green 14 ◦ blue 249

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

Shades of Psychedelic Purple #DC0EF9

Tints of Psychedelic Purple #DC0EF9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.9%

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

R = 45.55%
G = 2.9%
B = 51.55%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC0EF9 (or 0xDC0EF9) is known color: Psychedelic Purple. HEX triplet: DC, 0E and F9. RGB value is (220,14,249). Sum of RGB (Red+Green+Blue) = 220+14+249=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC0EF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0EF9 is #23F106. Grayscale: #656565. Windows color (decimal): -2355463 or 16322268. OLE color: 16322268.

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

Color convert

RGB 220 14 249 -
CMYK 0.12 0.94 0 0.02
HSL 292.6º 0.95% 0.52% -
HSV(B) 292.6º 0.94% 0.98% -
XYZ 46.77 22.37 91.48 -
YUV 102.38 210.75 211.89 -
System Red Green Blue C M Y K H S L
Decimal 220 14 249 0.12 0.94 0 0.02 292.6 0.95 0.52
Hex DC E F9 C 5E 0 2 125 5F 34
Octal 334 16 371 14 136 0 2 445 137 64
Binary 11011100 1110 11111001 1100 1011110 0 10 100100101 1011111 110100

Color Harmonies of #DC0EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EF9

Black with #DC0EF9

Text Example


Text Example

White with #DC0EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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