Html Css Color HEX #D71AEE Psychedelic Purple

📋 copy color: '#D71AEE'

red 215 ◦ green 26 ◦ blue 238

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

Shades of Psychedelic Purple #D71AEE

Tints of Psychedelic Purple #D71AEE

RGB

 RED value IS 215 (84.38% from 255) = 44.89%

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

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

R = 44.89%
G = 5.43%
B = 49.69%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D71AEE (or 0xD71AEE) is known color: Psychedelic Purple. HEX triplet: D7, 1A and EE. RGB value is (215,26,238). Sum of RGB (Red+Green+Blue) = 215+26+238=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #D71AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AEE is #28E511. Grayscale: #6A6A6A. Windows color (decimal): -2680082 or 15604439. OLE color: 15604439.

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

Color convert

RGB 215 26 238 -
CMYK 0.10 0.89 0 0.07
HSL 293.49º 0.86% 0.52% -
HSV(B) 293.49º 0.89% 0.93% -
XYZ 43.83 21.36 82.7 -
YUV 106.68 202.12 205.26 -
System Red Green Blue C M Y K H S L
Decimal 215 26 238 0.10 0.89 0 0.07 293.49 0.86 0.52
Hex D7 1A EE A 59 0 7 125 56 34
Octal 327 32 356 12 131 0 7 445 126 64
Binary 11010111 11010 11101110 1010 1011001 0 111 100100101 1010110 110100

Color Harmonies of #D71AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AEE

Black with #D71AEE

Text Example


Text Example

White with #D71AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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