Html Css Color HEX #D51AE6 Psychedelic Purple

📋 copy color: '#D51AE6'

red 213 ◦ green 26 ◦ blue 230

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

Shades of Psychedelic Purple #D51AE6

Tints of Psychedelic Purple #D51AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.04%

R = 45.42%
G = 5.54%
B = 49.04%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D51AE6 (or 0xD51AE6) is known color: Psychedelic Purple. HEX triplet: D5, 1A and E6. RGB value is (213,26,230). Sum of RGB (Red+Green+Blue) = 213+26+230=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 26 (10.55% from 255 or 5.54% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #D51AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AE6 is #2AE519. Grayscale: #686868. Windows color (decimal): -2811162 or 15080149. OLE color: 15080149.

HSL color Cylindrical-coordinate representation of color #D51AE6: hue angle of 295º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51AE6 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 26 230 -
CMYK 0.07 0.89 0 0.10
HSL 295º 0.8% 0.5% -
HSV(B) 295º 0.89% 0.9% -
XYZ 42.09 20.6 76.62 -
YUV 105.17 198.45 204.91 -
System Red Green Blue C M Y K H S L
Decimal 213 26 230 0.07 0.89 0 0.10 295 0.8 0.5
Hex D5 1A E6 7 59 0 A 127 50 32
Octal 325 32 346 7 131 0 12 447 120 62
Binary 11010101 11010 11100110 111 1011001 0 1010 100100111 1010000 110010

Color Harmonies of #D51AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AE6

Black with #D51AE6

Text Example


Text Example

White with #D51AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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