Html Css Color HEX #D100EB Psychedelic Purple

📋 copy color: '#D100EB'

red 209 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #D100EB

Tints of Psychedelic Purple #D100EB

RGB

 RED value IS 209 (82.03% from 255) = 47.07%

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

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

R = 47.07%
G = 0%
B = 52.93%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D100EB (or 0xD100EB) is known color: Psychedelic Purple. HEX triplet: D1, 00 and EB. RGB value is (209,0,235). Sum of RGB (Red+Green+Blue) = 209+0+235=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #D100EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D100EB is #2EFF14. Grayscale: #585858. Windows color (decimal): -3079957 or 15401169. OLE color: 15401169.

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

Color convert

RGB 209 0 235 -
CMYK 0.11 1 0 0.08
HSL 293.36º 1% 0.46% -
HSV(B) 293.36º 1% 0.92% -
XYZ 41.29 19.55 80.2 -
YUV 89.28 210.24 213.39 -
System Red Green Blue C M Y K H S L
Decimal 209 0 235 0.11 1 0 0.08 293.36 1 0.46
Hex D1 0 EB B 64 0 8 125 64 2E
Octal 321 0 353 13 144 0 10 445 144 56
Binary 11010001 0 11101011 1011 1100100 0 1000 100100101 1100100 101110

Color Harmonies of #D100EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100EB

Black with #D100EB

Text Example


Text Example

White with #D100EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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