Html Css Color HEX #D51AEE Psychedelic Purple

📋 copy color: '#D51AEE'

red 213 ◦ green 26 ◦ blue 238

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

Shades of Psychedelic Purple #D51AEE

Tints of Psychedelic Purple #D51AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 44.65%
G = 5.45%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D51AEE (or 0xD51AEE) is known color: Psychedelic Purple. HEX triplet: D5, 1A and EE. RGB value is (213,26,238). Sum of RGB (Red+Green+Blue) = 213+26+238=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #D51AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51AEE is #2AE511. Grayscale: #696969. Windows color (decimal): -2811154 or 15604437. OLE color: 15604437.

HSL color Cylindrical-coordinate representation of color #D51AEE: hue angle of 292.92º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51AEE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 26 238 -
CMYK 0.11 0.89 0 0.07
HSL 292.92º 0.86% 0.52% -
HSV(B) 292.92º 0.89% 0.93% -
XYZ 43.24 21.06 82.67 -
YUV 106.08 202.45 204.26 -
System Red Green Blue C M Y K H S L
Decimal 213 26 238 0.11 0.89 0 0.07 292.92 0.86 0.52
Hex D5 1A EE B 59 0 7 125 56 34
Octal 325 32 356 13 131 0 7 445 126 64
Binary 11010101 11010 11101110 1011 1011001 0 111 100100101 1010110 110100

Color Harmonies of #D51AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51AEE

Black with #D51AEE

Text Example


Text Example

White with #D51AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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