Html Css Color HEX #D51AFD Psychedelic Purple

📋 copy color: '#D51AFD'

red 213 ◦ green 26 ◦ blue 253

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

Shades of Psychedelic Purple #D51AFD

Tints of Psychedelic Purple #D51AFD

RGB

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

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

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

R = 43.29%
G = 5.28%
B = 51.42%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D51AFD (or 0xD51AFD) is known color: Psychedelic Purple. HEX triplet: D5, 1A and FD. RGB value is (213,26,253). Sum of RGB (Red+Green+Blue) = 213+26+253=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #D51AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AFD is #2AE502. Grayscale: #6B6B6B. Windows color (decimal): -2811139 or 16587477. OLE color: 16587477.

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

Color convert

RGB 213 26 253 -
CMYK 0.16 0.90 0 0.01
HSL 289.43º 0.98% 0.55% -
HSV(B) 289.43º 0.9% 0.99% -
XYZ 45.54 21.98 94.77 -
YUV 107.79 209.95 203.04 -
System Red Green Blue C M Y K H S L
Decimal 213 26 253 0.16 0.90 0 0.01 289.43 0.98 0.55
Hex D5 1A FD 10 5A 0 1 121 62 37
Octal 325 32 375 20 132 0 1 441 142 67
Binary 11010101 11010 11111101 10000 1011010 0 1 100100001 1100010 110111

Color Harmonies of #D51AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AFD

Black with #D51AFD

Text Example


Text Example

White with #D51AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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