Html Css Color HEX #D51AF8 Psychedelic Purple

📋 copy color: '#D51AF8'

red 213 ◦ green 26 ◦ blue 248

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

Shades of Psychedelic Purple #D51AF8

Tints of Psychedelic Purple #D51AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.34%

 BLUE value IS 248 (97.27% from 255) = 50.92%

R = 43.74%
G = 5.34%
B = 50.92%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D51AF8 (or 0xD51AF8) is known color: Psychedelic Purple. HEX triplet: D5, 1A and F8. RGB value is (213,26,248). Sum of RGB (Red+Green+Blue) = 213+26+248=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #D51AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AF8 is #2AE507. Grayscale: #6A6A6A. Windows color (decimal): -2811144 or 16259797. OLE color: 16259797.

HSL color Cylindrical-coordinate representation of color #D51AF8: hue angle of 290.54º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51AF8 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 26 248 -
CMYK 0.14 0.90 0 0.03
HSL 290.54º 0.94% 0.54% -
HSV(B) 290.54º 0.9% 0.97% -
XYZ 44.75 21.66 90.63 -
YUV 107.22 207.45 203.45 -
System Red Green Blue C M Y K H S L
Decimal 213 26 248 0.14 0.90 0 0.03 290.54 0.94 0.54
Hex D5 1A F8 E 5A 0 3 123 5E 36
Octal 325 32 370 16 132 0 3 443 136 66
Binary 11010101 11010 11111000 1110 1011010 0 11 100100011 1011110 110110

Color Harmonies of #D51AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AF8

Black with #D51AF8

Text Example


Text Example

White with #D51AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AF8; }

 p { color: rgb(213,26,248); }

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

background-color css

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

 a { background-color: rgb(213,26,248); }

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

border-color css

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

 span { border-color: rgb(213,26,248); }

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