Html Css Color HEX #D51FFC Psychedelic Purple

📋 copy color: '#D51FFC'

red 213 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #D51FFC

Tints of Psychedelic Purple #D51FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 42.94%
G = 6.25%
B = 50.81%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D51FFC (or 0xD51FFC) is known color: Psychedelic Purple. HEX triplet: D5, 1F and FC. RGB value is (213,31,252). Sum of RGB (Red+Green+Blue) = 213+31+252=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #D51FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FFC is #2AE003. Grayscale: #6D6D6D. Windows color (decimal): -2809860 or 16523221. OLE color: 16523221.

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

Color convert

RGB 213 31 252 -
CMYK 0.15 0.88 0 0.01
HSL 289.41º 0.97% 0.55% -
HSV(B) 289.41º 0.88% 0.99% -
XYZ 45.5 22.15 93.97 -
YUV 110.61 207.8 201.03 -
System Red Green Blue C M Y K H S L
Decimal 213 31 252 0.15 0.88 0 0.01 289.41 0.97 0.55
Hex D5 1F FC F 58 0 1 121 61 37
Octal 325 37 374 17 130 0 1 441 141 67
Binary 11010101 11111 11111100 1111 1011000 0 1 100100001 1100001 110111

Color Harmonies of #D51FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FFC

Black with #D51FFC

Text Example


Text Example

White with #D51FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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