Html Css Color HEX #D811EF Psychedelic Purple

📋 copy color: '#D811EF'

red 216 ◦ green 17 ◦ blue 239

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

Shades of Psychedelic Purple #D811EF

Tints of Psychedelic Purple #D811EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.6%

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 45.76%
G = 3.6%
B = 50.64%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D811EF (or 0xD811EF) is known color: Psychedelic Purple. HEX triplet: D8, 11 and EF. RGB value is (216,17,239). Sum of RGB (Red+Green+Blue) = 216+17+239=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #D811EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811EF is #27EE10. Grayscale: #656565. Windows color (decimal): -2616849 or 15667672. OLE color: 15667672.

HSL color Cylindrical-coordinate representation of color #D811EF: hue angle of 293.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D811EF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 17 239 -
CMYK 0.10 0.93 0 0.06
HSL 293.78º 0.87% 0.5% -
HSV(B) 293.78º 0.93% 0.94% -
XYZ 44.1 21.23 83.44 -
YUV 101.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 216 17 239 0.10 0.93 0 0.06 293.78 0.87 0.5
Hex D8 11 EF A 5D 0 6 126 57 32
Octal 330 21 357 12 135 0 6 446 127 62
Binary 11011000 10001 11101111 1010 1011101 0 110 100100110 1010111 110010

Color Harmonies of #D811EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811EF

Black with #D811EF

Text Example


Text Example

White with #D811EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811EF; }

 p { color: rgb(216,17,239); }

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

background-color css

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

 a { background-color: rgb(216,17,239); }

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

border-color css

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

 span { border-color: rgb(216,17,239); }

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