Html Css Color HEX #D120E6 Psychedelic Purple

📋 copy color: '#D120E6'

red 209 ◦ green 32 ◦ blue 230

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

Shades of Psychedelic Purple #D120E6

Tints of Psychedelic Purple #D120E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.83%

R = 44.37%
G = 6.79%
B = 48.83%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D120E6 (or 0xD120E6) is known color: Psychedelic Purple. HEX triplet: D1, 20 and E6. RGB value is (209,32,230). Sum of RGB (Red+Green+Blue) = 209+32+230=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #D120E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D120E6 is #2EDF19. Grayscale: #6A6A6A. Windows color (decimal): -3071770 or 15081681. OLE color: 15081681.

HSL color Cylindrical-coordinate representation of color #D120E6: hue angle of 293.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D120E6 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 32 230 -
CMYK 0.09 0.86 0 0.10
HSL 293.64º 0.8% 0.51% -
HSV(B) 293.64º 0.86% 0.9% -
XYZ 41.09 20.3 76.62 -
YUV 107.5 197.14 200.4 -
System Red Green Blue C M Y K H S L
Decimal 209 32 230 0.09 0.86 0 0.10 293.64 0.8 0.51
Hex D1 20 E6 9 56 0 A 126 50 33
Octal 321 40 346 11 126 0 12 446 120 63
Binary 11010001 100000 11100110 1001 1010110 0 1010 100100110 1010000 110011

Color Harmonies of #D120E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D120E6

Black with #D120E6

Text Example


Text Example

White with #D120E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D120E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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