Html Css Color HEX #D911EE Psychedelic Purple

📋 copy color: '#D911EE'

red 217 ◦ green 17 ◦ blue 238

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

Shades of Psychedelic Purple #D911EE

Tints of Psychedelic Purple #D911EE

RGB

 RED value IS 217 (85.16% from 255) = 45.97%

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

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

R = 45.97%
G = 3.6%
B = 50.42%

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

#D911EE (or 0xD911EE) is known color: Psychedelic Purple. HEX triplet: D9, 11 and EE. RGB value is (217,17,238). Sum of RGB (Red+Green+Blue) = 217+17+238=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #D911EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D911EE is #26EE11. Grayscale: #656565. Windows color (decimal): -2551314 or 15602137. OLE color: 15602137.

HSL color Cylindrical-coordinate representation of color #D911EE: hue angle of 294.3º 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 #D911EE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 17 238 -
CMYK 0.09 0.93 0 0.07
HSL 294.3º 0.87% 0.5% -
HSV(B) 294.3º 0.93% 0.93% -
XYZ 44.25 21.33 82.67 -
YUV 101.99 204.76 210.03 -
System Red Green Blue C M Y K H S L
Decimal 217 17 238 0.09 0.93 0 0.07 294.3 0.87 0.5
Hex D9 11 EE 9 5D 0 7 126 57 32
Octal 331 21 356 11 135 0 7 446 127 62
Binary 11011001 10001 11101110 1001 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D911EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911EE

Black with #D911EE

Text Example


Text Example

White with #D911EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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