Html Css Color HEX #D513FA Psychedelic Purple

📋 copy color: '#D513FA'

red 213 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #D513FA

Tints of Psychedelic Purple #D513FA

RGB

 RED value IS 213 (83.59% from 255) = 44.19%

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

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

R = 44.19%
G = 3.94%
B = 51.87%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D513FA (or 0xD513FA) is known color: Psychedelic Purple. HEX triplet: D5, 13 and FA. RGB value is (213,19,250). Sum of RGB (Red+Green+Blue) = 213+19+250=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #D513FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D513FA is #2AEC05. Grayscale: #666666. Windows color (decimal): -2812934 or 16389077. OLE color: 16389077.

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

Color convert

RGB 213 19 250 -
CMYK 0.15 0.92 0 0.02
HSL 290.39º 0.96% 0.53% -
HSV(B) 290.39º 0.92% 0.98% -
XYZ 44.93 21.51 92.23 -
YUV 103.34 210.77 206.22 -
System Red Green Blue C M Y K H S L
Decimal 213 19 250 0.15 0.92 0 0.02 290.39 0.96 0.53
Hex D5 13 FA F 5C 0 2 122 60 35
Octal 325 23 372 17 134 0 2 442 140 65
Binary 11010101 10011 11111010 1111 1011100 0 10 100100010 1100000 110101

Color Harmonies of #D513FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513FA

Black with #D513FA

Text Example


Text Example

White with #D513FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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