Html Css Color HEX #D910EE Psychedelic Purple

📋 copy color: '#D910EE'

red 217 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #D910EE

Tints of Psychedelic Purple #D910EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.4%

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

R = 46.07%
G = 3.4%
B = 50.53%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D910EE (or 0xD910EE) is known color: Psychedelic Purple. HEX triplet: D9, 10 and EE. RGB value is (217,16,238). Sum of RGB (Red+Green+Blue) = 217+16+238=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #D910EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D910EE is #26EF11. Grayscale: #646464. Windows color (decimal): -2551570 or 15601881. OLE color: 15601881.

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

Color convert

RGB 217 16 238 -
CMYK 0.09 0.93 0 0.07
HSL 294.32º 0.87% 0.5% -
HSV(B) 294.32º 0.93% 0.93% -
XYZ 44.23 21.3 82.67 -
YUV 101.41 205.09 210.45 -
System Red Green Blue C M Y K H S L
Decimal 217 16 238 0.09 0.93 0 0.07 294.32 0.87 0.5
Hex D9 10 EE 9 5D 0 7 126 57 32
Octal 331 20 356 11 135 0 7 446 127 62
Binary 11011001 10000 11101110 1001 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D910EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910EE

Black with #D910EE

Text Example


Text Example

White with #D910EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910EE; }

 p { color: rgb(217,16,238); }

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

background-color css

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

 a { background-color: rgb(217,16,238); }

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

border-color css

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

 span { border-color: rgb(217,16,238); }

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