Html Css Color HEX #D611EB Psychedelic Purple

📋 copy color: '#D611EB'

red 214 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #D611EB

Tints of Psychedelic Purple #D611EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 45.92%
G = 3.65%
B = 50.43%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D611EB (or 0xD611EB) is known color: Psychedelic Purple. HEX triplet: D6, 11 and EB. RGB value is (214,17,235). Sum of RGB (Red+Green+Blue) = 214+17+235=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #D611EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611EB is #29EE14. Grayscale: #646464. Windows color (decimal): -2747925 or 15405526. OLE color: 15405526.

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

Color convert

RGB 214 17 235 -
CMYK 0.09 0.93 0 0.08
HSL 294.22º 0.87% 0.49% -
HSV(B) 294.22º 0.93% 0.92% -
XYZ 42.93 20.7 80.33 -
YUV 100.76 203.77 208.77 -
System Red Green Blue C M Y K H S L
Decimal 214 17 235 0.09 0.93 0 0.08 294.22 0.87 0.49
Hex D6 11 EB 9 5D 0 8 126 57 31
Octal 326 21 353 11 135 0 10 446 127 61
Binary 11010110 10001 11101011 1001 1011101 0 1000 100100110 1010111 110001

Color Harmonies of #D611EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611EB

Black with #D611EB

Text Example


Text Example

White with #D611EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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