Html Css Color HEX #D512FA Psychedelic Purple

📋 copy color: '#D512FA'

red 213 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #D512FA

Tints of Psychedelic Purple #D512FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.74%

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

R = 44.28%
G = 3.74%
B = 51.98%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D512FA (or 0xD512FA) is known color: Psychedelic Purple. HEX triplet: D5, 12 and FA. RGB value is (213,18,250). Sum of RGB (Red+Green+Blue) = 213+18+250=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #D512FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512FA is #2AED05. Grayscale: #666666. Windows color (decimal): -2813190 or 16388821. OLE color: 16388821.

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

Color convert

RGB 213 18 250 -
CMYK 0.15 0.93 0 0.02
HSL 290.43º 0.96% 0.53% -
HSV(B) 290.43º 0.93% 0.98% -
XYZ 44.91 21.48 92.22 -
YUV 102.75 211.1 206.64 -
System Red Green Blue C M Y K H S L
Decimal 213 18 250 0.15 0.93 0 0.02 290.43 0.96 0.53
Hex D5 12 FA F 5D 0 2 122 60 35
Octal 325 22 372 17 135 0 2 442 140 65
Binary 11010101 10010 11111010 1111 1011101 0 10 100100010 1100000 110101

Color Harmonies of #D512FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512FA

Black with #D512FA

Text Example


Text Example

White with #D512FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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