Html Css Color HEX #D81AF9 Psychedelic Purple

📋 copy color: '#D81AF9'

red 216 ◦ green 26 ◦ blue 249

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

Shades of Psychedelic Purple #D81AF9

Tints of Psychedelic Purple #D81AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 43.99%
G = 5.3%
B = 50.71%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D81AF9 (or 0xD81AF9) is known color: Psychedelic Purple. HEX triplet: D8, 1A and F9. RGB value is (216,26,249). Sum of RGB (Red+Green+Blue) = 216+26+249=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #D81AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AF9 is #27E506. Grayscale: #6B6B6B. Windows color (decimal): -2614535 or 16325336. OLE color: 16325336.

HSL color Cylindrical-coordinate representation of color #D81AF9: hue angle of 291.12º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81AF9 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 26 249 -
CMYK 0.13 0.90 0 0.02
HSL 291.12º 0.95% 0.54% -
HSV(B) 291.12º 0.9% 0.98% -
XYZ 45.79 22.18 91.49 -
YUV 108.23 207.45 204.87 -
System Red Green Blue C M Y K H S L
Decimal 216 26 249 0.13 0.90 0 0.02 291.12 0.95 0.54
Hex D8 1A F9 D 5A 0 2 123 5F 36
Octal 330 32 371 15 132 0 2 443 137 66
Binary 11011000 11010 11111001 1101 1011010 0 10 100100011 1011111 110110

Color Harmonies of #D81AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81AF9

Black with #D81AF9

Text Example


Text Example

White with #D81AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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