Html Css Color HEX #D611EE Psychedelic Purple

📋 copy color: '#D611EE'

red 214 ◦ green 17 ◦ blue 238

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

Shades of Psychedelic Purple #D611EE

Tints of Psychedelic Purple #D611EE

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

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

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

R = 45.63%
G = 3.62%
B = 50.75%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D611EE (or 0xD611EE) is known color: Psychedelic Purple. HEX triplet: D6, 11 and EE. RGB value is (214,17,238). Sum of RGB (Red+Green+Blue) = 214+17+238=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #D611EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611EE is #29EE11. Grayscale: #646464. Windows color (decimal): -2747922 or 15602134. OLE color: 15602134.

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

Color convert

RGB 214 17 238 -
CMYK 0.10 0.93 0 0.07
HSL 293.48º 0.87% 0.5% -
HSV(B) 293.48º 0.93% 0.93% -
XYZ 43.36 20.87 82.63 -
YUV 101.1 205.27 208.53 -
System Red Green Blue C M Y K H S L
Decimal 214 17 238 0.10 0.93 0 0.07 293.48 0.87 0.5
Hex D6 11 EE A 5D 0 7 125 57 32
Octal 326 21 356 12 135 0 7 445 127 62
Binary 11010110 10001 11101110 1010 1011101 0 111 100100101 1010111 110010

Color Harmonies of #D611EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611EE

Black with #D611EE

Text Example


Text Example

White with #D611EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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