Html Css Color HEX #D11EE6 Psychedelic Purple

📋 copy color: '#D11EE6'

red 209 ◦ green 30 ◦ blue 230

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

Shades of Psychedelic Purple #D11EE6

Tints of Psychedelic Purple #D11EE6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.4%

 BLUE value IS 230 (90.23% from 255) = 49.04%

R = 44.56%
G = 6.4%
B = 49.04%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D11EE6 (or 0xD11EE6) is known color: Psychedelic Purple. HEX triplet: D1, 1E and E6. RGB value is (209,30,230). Sum of RGB (Red+Green+Blue) = 209+30+230=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #D11EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EE6 is #2EE119. Grayscale: #696969. Windows color (decimal): -3072282 or 15081169. OLE color: 15081169.

HSL color Cylindrical-coordinate representation of color #D11EE6: hue angle of 293.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11EE6 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 30 230 -
CMYK 0.09 0.87 0 0.10
HSL 293.7º 0.8% 0.51% -
HSV(B) 293.7º 0.87% 0.9% -
XYZ 41.04 20.2 76.6 -
YUV 106.32 197.8 201.24 -
System Red Green Blue C M Y K H S L
Decimal 209 30 230 0.09 0.87 0 0.10 293.7 0.8 0.51
Hex D1 1E E6 9 57 0 A 126 50 33
Octal 321 36 346 11 127 0 12 446 120 63
Binary 11010001 11110 11100110 1001 1010111 0 1010 100100110 1010000 110011

Color Harmonies of #D11EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EE6

Black with #D11EE6

Text Example


Text Example

White with #D11EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EE6; }

 p { color: rgb(209,30,230); }

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

background-color css

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

 a { background-color: rgb(209,30,230); }

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

border-color css

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

 span { border-color: rgb(209,30,230); }

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