Html Css Color HEX #DC10F9 Psychedelic Purple

📋 copy color: '#DC10F9'

red 220 ◦ green 16 ◦ blue 249

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

Shades of Psychedelic Purple #DC10F9

Tints of Psychedelic Purple #DC10F9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.3%

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

R = 45.36%
G = 3.3%
B = 51.34%

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

#DC10F9 (or 0xDC10F9) is known color: Psychedelic Purple. HEX triplet: DC, 10 and F9. RGB value is (220,16,249). Sum of RGB (Red+Green+Blue) = 220+16+249=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC10F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC10F9 is #23EF06. Grayscale: #666666. Windows color (decimal): -2354951 or 16322780. OLE color: 16322780.

HSL color Cylindrical-coordinate representation of color #DC10F9: hue angle of 292.53º 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 #DC10F9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

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

Color Harmonies of #DC10F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC10F9

Black with #DC10F9

Text Example


Text Example

White with #DC10F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC10F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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