Html Css Color HEX #D51FFD Psychedelic Purple

📋 copy color: '#D51FFD'

red 213 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #D51FFD

Tints of Psychedelic Purple #D51FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 42.86%
G = 6.24%
B = 50.91%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D51FFD (or 0xD51FFD) is known color: Psychedelic Purple. HEX triplet: D5, 1F and FD. RGB value is (213,31,253). Sum of RGB (Red+Green+Blue) = 213+31+253=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #D51FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FFD is #2AE002. Grayscale: #6E6E6E. Windows color (decimal): -2809859 or 16588757. OLE color: 16588757.

HSL color Cylindrical-coordinate representation of color #D51FFD: hue angle of 289.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51FFD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 31 253 -
CMYK 0.16 0.88 0 0.01
HSL 289.19º 0.98% 0.56% -
HSV(B) 289.19º 0.88% 0.99% -
XYZ 45.66 22.22 94.81 -
YUV 110.73 208.3 200.95 -
System Red Green Blue C M Y K H S L
Decimal 213 31 253 0.16 0.88 0 0.01 289.19 0.98 0.56
Hex D5 1F FD 10 58 0 1 121 62 38
Octal 325 37 375 20 130 0 1 441 142 70
Binary 11010101 11111 11111101 10000 1011000 0 1 100100001 1100010 111000

Color Harmonies of #D51FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FFD

Black with #D51FFD

Text Example


Text Example

White with #D51FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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