Html Css Color HEX #D121E6 Psychedelic Purple

📋 copy color: '#D121E6'

red 209 ◦ green 33 ◦ blue 230

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

Shades of Psychedelic Purple #D121E6

Tints of Psychedelic Purple #D121E6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.99%

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

R = 44.28%
G = 6.99%
B = 48.73%

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

#D121E6 (or 0xD121E6) is known color: Psychedelic Purple. HEX triplet: D1, 21 and E6. RGB value is (209,33,230). Sum of RGB (Red+Green+Blue) = 209+33+230=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #D121E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121E6 is #2EDE19. Grayscale: #6B6B6B. Windows color (decimal): -3071514 or 15081937. OLE color: 15081937.

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

Color convert

RGB 209 33 230 -
CMYK 0.09 0.86 0 0.10
HSL 293.6º 0.8% 0.52% -
HSV(B) 293.6º 0.86% 0.9% -
XYZ 41.12 20.36 76.62 -
YUV 108.08 196.81 199.98 -
System Red Green Blue C M Y K H S L
Decimal 209 33 230 0.09 0.86 0 0.10 293.6 0.8 0.52
Hex D1 21 E6 9 56 0 A 126 50 34
Octal 321 41 346 11 126 0 12 446 120 64
Binary 11010001 100001 11100110 1001 1010110 0 1010 100100110 1010000 110100

Color Harmonies of #D121E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121E6

Black with #D121E6

Text Example


Text Example

White with #D121E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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