Html Css Color HEX #D51AFC Psychedelic Purple

📋 copy color: '#D51AFC'

red 213 ◦ green 26 ◦ blue 252

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

Shades of Psychedelic Purple #D51AFC

Tints of Psychedelic Purple #D51AFC

RGB

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

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

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

R = 43.38%
G = 5.3%
B = 51.32%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D51AFC (or 0xD51AFC) is known color: Psychedelic Purple. HEX triplet: D5, 1A and FC. RGB value is (213,26,252). Sum of RGB (Red+Green+Blue) = 213+26+252=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #D51AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AFC is #2AE503. Grayscale: #6A6A6A. Windows color (decimal): -2811140 or 16521941. OLE color: 16521941.

HSL color Cylindrical-coordinate representation of color #D51AFC: hue angle of 289.65º degrees, saturation: 0.97, 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 #D51AFC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 26 252 -
CMYK 0.15 0.90 0 0.01
HSL 289.65º 0.97% 0.55% -
HSV(B) 289.65º 0.9% 0.99% -
XYZ 45.38 21.91 93.93 -
YUV 107.68 209.45 203.12 -
System Red Green Blue C M Y K H S L
Decimal 213 26 252 0.15 0.90 0 0.01 289.65 0.97 0.55
Hex D5 1A FC F 5A 0 1 122 61 37
Octal 325 32 374 17 132 0 1 442 141 67
Binary 11010101 11010 11111100 1111 1011010 0 1 100100010 1100001 110111

Color Harmonies of #D51AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AFC

Black with #D51AFC

Text Example


Text Example

White with #D51AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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