Html Css Color HEX #D120EC Psychedelic Purple

📋 copy color: '#D120EC'

red 209 ◦ green 32 ◦ blue 236

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

Shades of Psychedelic Purple #D120EC

Tints of Psychedelic Purple #D120EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 43.82%
G = 6.71%
B = 49.48%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D120EC (or 0xD120EC) is known color: Psychedelic Purple. HEX triplet: D1, 20 and EC. RGB value is (209,32,236). Sum of RGB (Red+Green+Blue) = 209+32+236=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #D120EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D120EC is #2EDF13. Grayscale: #6B6B6B. Windows color (decimal): -3071764 or 15474897. OLE color: 15474897.

HSL color Cylindrical-coordinate representation of color #D120EC: hue angle of 292.06º degrees, saturation: 0.84, 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 #D120EC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 32 236 -
CMYK 0.11 0.86 0 0.07
HSL 292.06º 0.84% 0.53% -
HSV(B) 292.06º 0.86% 0.93% -
XYZ 41.95 20.64 81.13 -
YUV 108.18 200.14 199.91 -
System Red Green Blue C M Y K H S L
Decimal 209 32 236 0.11 0.86 0 0.07 292.06 0.84 0.53
Hex D1 20 EC B 56 0 7 124 54 35
Octal 321 40 354 13 126 0 7 444 124 65
Binary 11010001 100000 11101100 1011 1010110 0 111 100100100 1010100 110101

Color Harmonies of #D120EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120EC

Black with #D120EC

Text Example


Text Example

White with #D120EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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