Html Css Color HEX #D51FF3 Psychedelic Purple

📋 copy color: '#D51FF3'

red 213 ◦ green 31 ◦ blue 243

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

Shades of Psychedelic Purple #D51FF3

Tints of Psychedelic Purple #D51FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.9%

R = 43.74%
G = 6.37%
B = 49.9%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D51FF3 (or 0xD51FF3) is known color: Psychedelic Purple. HEX triplet: D5, 1F and F3. RGB value is (213,31,243). Sum of RGB (Red+Green+Blue) = 213+31+243=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 31 (12.5% from 255 or 6.37% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #D51FF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FF3 is #2AE00C. Grayscale: #6C6C6C. Windows color (decimal): -2809869 or 15933397. OLE color: 15933397.

HSL color Cylindrical-coordinate representation of color #D51FF3: hue angle of 291.51º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51FF3 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 31 243 -
CMYK 0.12 0.87 0 0.05
HSL 291.51º 0.9% 0.54% -
HSV(B) 291.51º 0.87% 0.95% -
XYZ 44.11 21.6 86.64 -
YUV 109.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 213 31 243 0.12 0.87 0 0.05 291.51 0.9 0.54
Hex D5 1F F3 C 57 0 5 124 5A 36
Octal 325 37 363 14 127 0 5 444 132 66
Binary 11010101 11111 11110011 1100 1010111 0 101 100100100 1011010 110110

Color Harmonies of #D51FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FF3

Black with #D51FF3

Text Example


Text Example

White with #D51FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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