Html Css Color HEX #D911ED Psychedelic Purple

📋 copy color: '#D911ED'

red 217 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #D911ED

Tints of Psychedelic Purple #D911ED

RGB

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

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

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

R = 46.07%
G = 3.61%
B = 50.32%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D911ED (or 0xD911ED) is known color: Psychedelic Purple. HEX triplet: D9, 11 and ED. RGB value is (217,17,237). Sum of RGB (Red+Green+Blue) = 217+17+237=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #D911ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D911ED is #26EE12. Grayscale: #656565. Windows color (decimal): -2551315 or 15536601. OLE color: 15536601.

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

Color convert

RGB 217 17 237 -
CMYK 0.08 0.93 0 0.07
HSL 294.55º 0.87% 0.5% -
HSV(B) 294.55º 0.93% 0.93% -
XYZ 44.1 21.27 81.9 -
YUV 101.88 204.26 210.11 -
System Red Green Blue C M Y K H S L
Decimal 217 17 237 0.08 0.93 0 0.07 294.55 0.87 0.5
Hex D9 11 ED 8 5D 0 7 127 57 32
Octal 331 21 355 10 135 0 7 447 127 62
Binary 11011001 10001 11101101 1000 1011101 0 111 100100111 1010111 110010

Color Harmonies of #D911ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911ED

Black with #D911ED

Text Example


Text Example

White with #D911ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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