Html Css Color HEX #D121EB Psychedelic Purple

📋 copy color: '#D121EB'

red 209 ◦ green 33 ◦ blue 235

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

Shades of Psychedelic Purple #D121EB

Tints of Psychedelic Purple #D121EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 43.82%
G = 6.92%
B = 49.27%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D121EB (or 0xD121EB) is known color: Psychedelic Purple. HEX triplet: D1, 21 and EB. RGB value is (209,33,235). Sum of RGB (Red+Green+Blue) = 209+33+235=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #D121EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121EB is #2EDE14. Grayscale: #6C6C6C. Windows color (decimal): -3071509 or 15409617. OLE color: 15409617.

HSL color Cylindrical-coordinate representation of color #D121EB: hue angle of 292.28º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D121EB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 33 235 -
CMYK 0.11 0.86 0 0.08
HSL 292.28º 0.83% 0.53% -
HSV(B) 292.28º 0.86% 0.92% -
XYZ 41.83 20.64 80.38 -
YUV 108.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 209 33 235 0.11 0.86 0 0.08 292.28 0.83 0.53
Hex D1 21 EB B 56 0 8 124 53 35
Octal 321 41 353 13 126 0 10 444 123 65
Binary 11010001 100001 11101011 1011 1010110 0 1000 100100100 1010011 110101

Color Harmonies of #D121EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121EB

Black with #D121EB

Text Example


Text Example

White with #D121EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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