Html Css Color HEX #D51FFA Psychedelic Purple

📋 copy color: '#D51FFA'

red 213 ◦ green 31 ◦ blue 250

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

Shades of Psychedelic Purple #D51FFA

Tints of Psychedelic Purple #D51FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.28%

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

R = 43.12%
G = 6.28%
B = 50.61%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D51FFA (or 0xD51FFA) is known color: Psychedelic Purple. HEX triplet: D5, 1F and FA. RGB value is (213,31,250). Sum of RGB (Red+Green+Blue) = 213+31+250=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 31 (12.5% from 255 or 6.28% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #D51FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FFA is #2AE005. Grayscale: #6D6D6D. Windows color (decimal): -2809862 or 16392149. OLE color: 16392149.

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

Color convert

RGB 213 31 250 -
CMYK 0.15 0.88 0 0.02
HSL 289.86º 0.96% 0.55% -
HSV(B) 289.86º 0.88% 0.98% -
XYZ 45.19 22.03 92.31 -
YUV 110.38 206.8 201.19 -
System Red Green Blue C M Y K H S L
Decimal 213 31 250 0.15 0.88 0 0.02 289.86 0.96 0.55
Hex D5 1F FA F 58 0 2 122 60 37
Octal 325 37 372 17 130 0 2 442 140 67
Binary 11010101 11111 11111010 1111 1011000 0 10 100100010 1100000 110111

Color Harmonies of #D51FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FFA

Black with #D51FFA

Text Example


Text Example

White with #D51FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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