Html Css Color HEX #D100ED Psychedelic Purple

📋 copy color: '#D100ED'

red 209 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #D100ED

Tints of Psychedelic Purple #D100ED

RGB

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

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

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

R = 46.86%
G = 0%
B = 53.14%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D100ED (or 0xD100ED) is known color: Psychedelic Purple. HEX triplet: D1, 00 and ED. RGB value is (209,0,237). Sum of RGB (Red+Green+Blue) = 209+0+237=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #D100ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D100ED is #2EFF12. Grayscale: #585858. Windows color (decimal): -3079955 or 15532241. OLE color: 15532241.

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

Color convert

RGB 209 0 237 -
CMYK 0.12 1 0 0.07
HSL 292.91º 1% 0.46% -
HSV(B) 292.91º 1% 0.93% -
XYZ 41.58 19.67 81.73 -
YUV 89.51 211.24 213.23 -
System Red Green Blue C M Y K H S L
Decimal 209 0 237 0.12 1 0 0.07 292.91 1 0.46
Hex D1 0 ED C 64 0 7 125 64 2E
Octal 321 0 355 14 144 0 7 445 144 56
Binary 11010001 0 11101101 1100 1100100 0 111 100100101 1100100 101110

Color Harmonies of #D100ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100ED

Black with #D100ED

Text Example


Text Example

White with #D100ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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