Html Css Color HEX #DC11F9 Psychedelic Purple

📋 copy color: '#DC11F9'

red 220 ◦ green 17 ◦ blue 249

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

Shades of Psychedelic Purple #DC11F9

Tints of Psychedelic Purple #DC11F9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.5%

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

R = 45.27%
G = 3.5%
B = 51.23%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC11F9 (or 0xDC11F9) is known color: Psychedelic Purple. HEX triplet: DC, 11 and F9. RGB value is (220,17,249). Sum of RGB (Red+Green+Blue) = 220+17+249=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC11F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11F9 is #23EE06. Grayscale: #676767. Windows color (decimal): -2354695 or 16323036. OLE color: 16323036.

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

Color convert

RGB 220 17 249 -
CMYK 0.12 0.93 0 0.02
HSL 292.5º 0.95% 0.52% -
HSV(B) 292.5º 0.93% 0.98% -
XYZ 46.81 22.46 91.49 -
YUV 104.15 209.75 210.64 -
System Red Green Blue C M Y K H S L
Decimal 220 17 249 0.12 0.93 0 0.02 292.5 0.95 0.52
Hex DC 11 F9 C 5D 0 2 124 5F 34
Octal 334 21 371 14 135 0 2 444 137 64
Binary 11011100 10001 11111001 1100 1011101 0 10 100100100 1011111 110100

Color Harmonies of #DC11F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11F9

Black with #DC11F9

Text Example


Text Example

White with #DC11F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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