Html Css Color HEX #D01AEE Psychedelic Purple

📋 copy color: '#D01AEE'

red 208 ◦ green 26 ◦ blue 238

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

Shades of Psychedelic Purple #D01AEE

Tints of Psychedelic Purple #D01AEE

RGB

 RED value IS 208 (81.64% from 255) = 44.07%

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

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

R = 44.07%
G = 5.51%
B = 50.42%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D01AEE (or 0xD01AEE) is known color: Psychedelic Purple. HEX triplet: D0, 1A and EE. RGB value is (208,26,238). Sum of RGB (Red+Green+Blue) = 208+26+238=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #D01AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AEE is #2FE511. Grayscale: #676767. Windows color (decimal): -3138834 or 15604432. OLE color: 15604432.

HSL color Cylindrical-coordinate representation of color #D01AEE: hue angle of 291.51º 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 #D01AEE is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 26 238 -
CMYK 0.13 0.89 0 0.07
HSL 291.51º 0.86% 0.52% -
HSV(B) 291.51º 0.89% 0.93% -
XYZ 41.81 20.32 82.61 -
YUV 104.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 208 26 238 0.13 0.89 0 0.07 291.51 0.86 0.52
Hex D0 1A EE D 59 0 7 124 56 34
Octal 320 32 356 15 131 0 7 444 126 64
Binary 11010000 11010 11101110 1101 1011001 0 111 100100100 1010110 110100

Color Harmonies of #D01AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01AEE

Black with #D01AEE

Text Example


Text Example

White with #D01AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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