Html Css Color HEX #DC13FA Psychedelic Purple

📋 copy color: '#DC13FA'

red 220 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #DC13FA

Tints of Psychedelic Purple #DC13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.89%

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 44.99%
G = 3.89%
B = 51.12%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC13FA (or 0xDC13FA) is known color: Psychedelic Purple. HEX triplet: DC, 13 and FA. RGB value is (220,19,250). Sum of RGB (Red+Green+Blue) = 220+19+250=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 19 (7.81% from 255 or 3.89% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC13FA is #23EC05. Grayscale: #686868. Windows color (decimal): -2354182 or 16389084. OLE color: 16389084.

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

Color convert

RGB 220 19 250 -
CMYK 0.12 0.92 0 0.02
HSL 292.21º 0.96% 0.53% -
HSV(B) 292.21º 0.92% 0.98% -
XYZ 47 22.58 92.32 -
YUV 105.43 209.59 209.72 -
System Red Green Blue C M Y K H S L
Decimal 220 19 250 0.12 0.92 0 0.02 292.21 0.96 0.53
Hex DC 13 FA C 5C 0 2 124 60 35
Octal 334 23 372 14 134 0 2 444 140 65
Binary 11011100 10011 11111010 1100 1011100 0 10 100100100 1100000 110101

Color Harmonies of #DC13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13FA

Black with #DC13FA

Text Example


Text Example

White with #DC13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13FA; }

 p { color: rgb(220,19,250); }

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

background-color css

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

 a { background-color: rgb(220,19,250); }

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

border-color css

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

 span { border-color: rgb(220,19,250); }

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