Html Css Color HEX #D124ED Psychedelic Purple

📋 copy color: '#D124ED'

red 209 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #D124ED

Tints of Psychedelic Purple #D124ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 43.36%
G = 7.47%
B = 49.17%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D124ED (or 0xD124ED) is known color: Psychedelic Purple. HEX triplet: D1, 24 and ED. RGB value is (209,36,237). Sum of RGB (Red+Green+Blue) = 209+36+237=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #D124ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D124ED is #2EDB12. Grayscale: #6E6E6E. Windows color (decimal): -3070739 or 15541457. OLE color: 15541457.

HSL color Cylindrical-coordinate representation of color #D124ED: hue angle of 291.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D124ED is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 36 237 -
CMYK 0.12 0.85 0 0.07
HSL 291.64º 0.85% 0.54% -
HSV(B) 291.64º 0.85% 0.93% -
XYZ 42.21 20.93 81.94 -
YUV 110.64 199.31 198.16 -
System Red Green Blue C M Y K H S L
Decimal 209 36 237 0.12 0.85 0 0.07 291.64 0.85 0.54
Hex D1 24 ED C 55 0 7 124 55 36
Octal 321 44 355 14 125 0 7 444 125 66
Binary 11010001 100100 11101101 1100 1010101 0 111 100100100 1010101 110110

Color Harmonies of #D124ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124ED

Black with #D124ED

Text Example


Text Example

White with #D124ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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