Html Css Color HEX #D800EB Psychedelic Purple

📋 copy color: '#D800EB'

red 216 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #D800EB

Tints of Psychedelic Purple #D800EB

RGB

 RED value IS 216 (84.77% from 255) = 47.89%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.89%
G = 0%
B = 52.11%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D800EB (or 0xD800EB) is known color: Psychedelic Purple. HEX triplet: D8, 00 and EB. RGB value is (216,0,235). Sum of RGB (Red+Green+Blue) = 216+0+235=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #D800EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D800EB is #27FF14. Grayscale: #5A5A5A. Windows color (decimal): -2621205 or 15401176. OLE color: 15401176.

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

Color convert

RGB 216 0 235 -
CMYK 0.08 1 0 0.08
HSL 295.15º 1% 0.46% -
HSV(B) 295.15º 1% 0.92% -
XYZ 43.31 20.6 80.29 -
YUV 91.37 209.06 216.89 -
System Red Green Blue C M Y K H S L
Decimal 216 0 235 0.08 1 0 0.08 295.15 1 0.46
Hex D8 0 EB 8 64 0 8 127 64 2E
Octal 330 0 353 10 144 0 10 447 144 56
Binary 11011000 0 11101011 1000 1100100 0 1000 100100111 1100100 101110

Color Harmonies of #D800EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800EB

Black with #D800EB

Text Example


Text Example

White with #D800EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800EB; }

 p { color: rgb(216,0,235); }

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

background-color css

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

 a { background-color: rgb(216,0,235); }

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

border-color css

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

 span { border-color: rgb(216,0,235); }

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