Html Css Color HEX #D120ED Psychedelic Purple

📋 copy color: '#D120ED'

red 209 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #D120ED

Tints of Psychedelic Purple #D120ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.69%

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

R = 43.72%
G = 6.69%
B = 49.58%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D120ED (or 0xD120ED) is known color: Psychedelic Purple. HEX triplet: D1, 20 and ED. RGB value is (209,32,237). Sum of RGB (Red+Green+Blue) = 209+32+237=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #D120ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D120ED is #2EDF12. Grayscale: #6B6B6B. Windows color (decimal): -3071763 or 15540433. OLE color: 15540433.

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

Color convert

RGB 209 32 237 -
CMYK 0.12 0.86 0 0.07
HSL 291.8º 0.85% 0.53% -
HSV(B) 291.8º 0.86% 0.93% -
XYZ 42.1 20.7 81.9 -
YUV 108.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 209 32 237 0.12 0.86 0 0.07 291.8 0.85 0.53
Hex D1 20 ED C 56 0 7 124 55 35
Octal 321 40 355 14 126 0 7 444 125 65
Binary 11010001 100000 11101101 1100 1010110 0 111 100100100 1010101 110101

Color Harmonies of #D120ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120ED

Black with #D120ED

Text Example


Text Example

White with #D120ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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