Html Css Color HEX #D124EB Psychedelic Purple

📋 copy color: '#D124EB'

red 209 ◦ green 36 ◦ blue 235

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

Shades of Psychedelic Purple #D124EB

Tints of Psychedelic Purple #D124EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.5%

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

R = 43.54%
G = 7.5%
B = 48.96%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D124EB (or 0xD124EB) is known color: Psychedelic Purple. HEX triplet: D1, 24 and EB. RGB value is (209,36,235). Sum of RGB (Red+Green+Blue) = 209+36+235=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #D124EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D124EB is #2EDB14. Grayscale: #6D6D6D. Windows color (decimal): -3070741 or 15410385. OLE color: 15410385.

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

Color convert

RGB 209 36 235 -
CMYK 0.11 0.85 0 0.08
HSL 292.16º 0.83% 0.53% -
HSV(B) 292.16º 0.85% 0.92% -
XYZ 41.92 20.82 80.41 -
YUV 110.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 209 36 235 0.11 0.85 0 0.08 292.16 0.83 0.53
Hex D1 24 EB B 55 0 8 124 53 35
Octal 321 44 353 13 125 0 10 444 123 65
Binary 11010001 100100 11101011 1011 1010101 0 1000 100100100 1010011 110101

Color Harmonies of #D124EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124EB

Black with #D124EB

Text Example


Text Example

White with #D124EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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