Html Css Color HEX #D910EB Psychedelic Purple

📋 copy color: '#D910EB'

red 217 ◦ green 16 ◦ blue 235

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

Shades of Psychedelic Purple #D910EB

Tints of Psychedelic Purple #D910EB

RGB

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

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

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

R = 46.37%
G = 3.42%
B = 50.21%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D910EB (or 0xD910EB) is known color: Psychedelic Purple. HEX triplet: D9, 10 and EB. RGB value is (217,16,235). Sum of RGB (Red+Green+Blue) = 217+16+235=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #D910EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D910EB is #26EF14. Grayscale: #646464. Windows color (decimal): -2551573 or 15405273. OLE color: 15405273.

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

Color convert

RGB 217 16 235 -
CMYK 0.08 0.93 0 0.08
HSL 295.07º 0.87% 0.49% -
HSV(B) 295.07º 0.93% 0.92% -
XYZ 43.8 21.12 80.37 -
YUV 101.07 203.59 210.69 -
System Red Green Blue C M Y K H S L
Decimal 217 16 235 0.08 0.93 0 0.08 295.07 0.87 0.49
Hex D9 10 EB 8 5D 0 8 127 57 31
Octal 331 20 353 10 135 0 10 447 127 61
Binary 11011001 10000 11101011 1000 1011101 0 1000 100100111 1010111 110001

Color Harmonies of #D910EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910EB

Black with #D910EB

Text Example


Text Example

White with #D910EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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