Html Css Color HEX #D611ED Psychedelic Purple

📋 copy color: '#D611ED'

red 214 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #D611ED

Tints of Psychedelic Purple #D611ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 45.73%
G = 3.63%
B = 50.64%

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

#D611ED (or 0xD611ED) is known color: Psychedelic Purple. HEX triplet: D6, 11 and ED. RGB value is (214,17,237). Sum of RGB (Red+Green+Blue) = 214+17+237=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #D611ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611ED is #29EE12. Grayscale: #646464. Windows color (decimal): -2747923 or 15536598. OLE color: 15536598.

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

Color convert

RGB 214 17 237 -
CMYK 0.10 0.93 0 0.07
HSL 293.73º 0.87% 0.5% -
HSV(B) 293.73º 0.93% 0.93% -
XYZ 43.22 20.81 81.86 -
YUV 100.98 204.77 208.61 -
System Red Green Blue C M Y K H S L
Decimal 214 17 237 0.10 0.93 0 0.07 293.73 0.87 0.5
Hex D6 11 ED A 5D 0 7 126 57 32
Octal 326 21 355 12 135 0 7 446 127 62
Binary 11010110 10001 11101101 1010 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D611ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611ED

Black with #D611ED

Text Example


Text Example

White with #D611ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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