#DA13FC

Color #DA13FC Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DA13FC

Tints of Psychedelic Purple #DA13FC

Color information

#DA13FC (or 0xDA13FC) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 13 and FC. RGB value is (218,19,252). Sum of RGB (Red+Green+Blue) = 218+19+252=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 19 (7.81% from 255 or 3.89% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA13FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA13FC is #25EC03. Grayscale: #686868. Windows color (decimal): -2485252 or 16520154. OLE color: 16520154.

HSL color Cylindrical-coordinate representation of color #DA13FC: hue angle of 291.24º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA13FC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21819252-
CMYK0.130.9200.01
HSL291.24º97.49%53.14%-
HSV(B)291.24º92.46%98.82%-
XYZ46.7222.493.96-
YUV105.06210.93208.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 19 (7.81% from 255) = 3.89%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=44.58%
G=3.89%
B=51.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218192520.130.9200.01291.2497.4953.14
HexDA13FCD5C011236135
Octal33223374151340144314165
Binary11011010100111111110011011011100011001000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA13FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA13FC; }

 p { color: rgb(218,19,252); }

 H1.HeaderClassName
 {
   color: #DA13FC;
 }
 .AnyTagClassName
 {
   color: #DA13FC;
 }
</style>
background-color css

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

 a { background-color: rgb(218,19,252); }

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

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

 span { border-color: rgb(218,19,252); }

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