Html Css Color HEX #D11AF6 Psychedelic Purple

📋 copy color: '#D11AF6'

red 209 ◦ green 26 ◦ blue 246

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

Shades of Psychedelic Purple #D11AF6

Tints of Psychedelic Purple #D11AF6

RGB

 RED value IS 209 (82.03% from 255) = 43.45%

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

 BLUE value IS 246 (96.48% from 255) = 51.14%

R = 43.45%
G = 5.41%
B = 51.14%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D11AF6 (or 0xD11AF6) is known color: Psychedelic Purple. HEX triplet: D1, 1A and F6. RGB value is (209,26,246). Sum of RGB (Red+Green+Blue) = 209+26+246=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #D11AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AF6 is #2EE509. Grayscale: #696969. Windows color (decimal): -3073290 or 16128721. OLE color: 16128721.

HSL color Cylindrical-coordinate representation of color #D11AF6: hue angle of 289.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11AF6 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 26 246 -
CMYK 0.15 0.89 0 0.04
HSL 289.91º 0.92% 0.53% -
HSV(B) 289.91º 0.89% 0.96% -
XYZ 43.3 20.95 88.95 -
YUV 105.8 207.13 201.61 -
System Red Green Blue C M Y K H S L
Decimal 209 26 246 0.15 0.89 0 0.04 289.91 0.92 0.53
Hex D1 1A F6 F 59 0 4 122 5C 35
Octal 321 32 366 17 131 0 4 442 134 65
Binary 11010001 11010 11110110 1111 1011001 0 100 100100010 1011100 110101

Color Harmonies of #D11AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11AF6

Black with #D11AF6

Text Example


Text Example

White with #D11AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11AF6; }

 p { color: rgb(209,26,246); }

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

background-color css

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

 a { background-color: rgb(209,26,246); }

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

border-color css

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

 span { border-color: rgb(209,26,246); }

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