Html Css Color HEX #D51AF3 Psychedelic Purple

📋 copy color: '#D51AF3'

red 213 ◦ green 26 ◦ blue 243

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

Shades of Psychedelic Purple #D51AF3

Tints of Psychedelic Purple #D51AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 44.19%
G = 5.39%
B = 50.41%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D51AF3 (or 0xD51AF3) is known color: Psychedelic Purple. HEX triplet: D5, 1A and F3. RGB value is (213,26,243). Sum of RGB (Red+Green+Blue) = 213+26+243=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #D51AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AF3 is #2AE50C. Grayscale: #696969. Windows color (decimal): -2811149 or 15932117. OLE color: 15932117.

HSL color Cylindrical-coordinate representation of color #D51AF3: hue angle of 291.71º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51AF3 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 26 243 -
CMYK 0.12 0.89 0 0.05
HSL 291.71º 0.9% 0.53% -
HSV(B) 291.71º 0.89% 0.95% -
XYZ 43.99 21.36 86.6 -
YUV 106.65 204.95 203.86 -
System Red Green Blue C M Y K H S L
Decimal 213 26 243 0.12 0.89 0 0.05 291.71 0.9 0.53
Hex D5 1A F3 C 59 0 5 124 5A 35
Octal 325 32 363 14 131 0 5 444 132 65
Binary 11010101 11010 11110011 1100 1011001 0 101 100100100 1011010 110101

Color Harmonies of #D51AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AF3

Black with #D51AF3

Text Example


Text Example

White with #D51AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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