Html Css Color HEX #D811EE Psychedelic Purple

📋 copy color: '#D811EE'

red 216 ◦ green 17 ◦ blue 238

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

Shades of Psychedelic Purple #D811EE

Tints of Psychedelic Purple #D811EE

RGB

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

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

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

R = 45.86%
G = 3.61%
B = 50.53%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D811EE (or 0xD811EE) is known color: Psychedelic Purple. HEX triplet: D8, 11 and EE. RGB value is (216,17,238). Sum of RGB (Red+Green+Blue) = 216+17+238=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #D811EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811EE is #27EE11. Grayscale: #656565. Windows color (decimal): -2616850 or 15602136. OLE color: 15602136.

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

Color convert

RGB 216 17 238 -
CMYK 0.09 0.93 0 0.07
HSL 294.03º 0.87% 0.5% -
HSV(B) 294.03º 0.93% 0.93% -
XYZ 43.95 21.17 82.66 -
YUV 101.7 204.93 209.53 -
System Red Green Blue C M Y K H S L
Decimal 216 17 238 0.09 0.93 0 0.07 294.03 0.87 0.5
Hex D8 11 EE 9 5D 0 7 126 57 32
Octal 330 21 356 11 135 0 7 446 127 62
Binary 11011000 10001 11101110 1001 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D811EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811EE

Black with #D811EE

Text Example


Text Example

White with #D811EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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