Html Css Color HEX #D81AE7 Psychedelic Purple

📋 copy color: '#D81AE7'

red 216 ◦ green 26 ◦ blue 231

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

Shades of Psychedelic Purple #D81AE7

Tints of Psychedelic Purple #D81AE7

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 45.67%
G = 5.5%
B = 48.84%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D81AE7 (or 0xD81AE7) is known color: Psychedelic Purple. HEX triplet: D8, 1A and E7. RGB value is (216,26,231). Sum of RGB (Red+Green+Blue) = 216+26+231=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #D81AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AE7 is #27E518. Grayscale: #696969. Windows color (decimal): -2614553 or 15145688. OLE color: 15145688.

HSL color Cylindrical-coordinate representation of color #D81AE7: hue angle of 295.61º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81AE7 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 26 231 -
CMYK 0.06 0.89 0 0.09
HSL 295.61º 0.81% 0.5% -
HSV(B) 295.61º 0.89% 0.91% -
XYZ 43.11 21.11 77.4 -
YUV 106.18 198.45 206.33 -
System Red Green Blue C M Y K H S L
Decimal 216 26 231 0.06 0.89 0 0.09 295.61 0.81 0.5
Hex D8 1A E7 6 59 0 9 128 51 32
Octal 330 32 347 6 131 0 11 450 121 62
Binary 11011000 11010 11100111 110 1011001 0 1001 100101000 1010001 110010

Color Harmonies of #D81AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AE7

Black with #D81AE7

Text Example


Text Example

White with #D81AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AE7; }

 p { color: rgb(216,26,231); }

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

background-color css

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

 a { background-color: rgb(216,26,231); }

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

border-color css

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

 span { border-color: rgb(216,26,231); }

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