Html Css Color HEX #D124FD Psychedelic Purple

📋 copy color: '#D124FD'

red 209 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #D124FD

Tints of Psychedelic Purple #D124FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 41.97%
G = 7.23%
B = 50.8%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D124FD (or 0xD124FD) is known color: Psychedelic Purple. HEX triplet: D1, 24 and FD. RGB value is (209,36,253). Sum of RGB (Red+Green+Blue) = 209+36+253=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #D124FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D124FD is #2EDB02. Grayscale: #6F6F6F. Windows color (decimal): -3070723 or 16590033. OLE color: 16590033.

HSL color Cylindrical-coordinate representation of color #D124FD: hue angle of 287.83º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D124FD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 36 253 -
CMYK 0.17 0.86 0 0.01
HSL 287.83º 0.98% 0.57% -
HSV(B) 287.83º 0.86% 0.99% -
XYZ 44.65 21.91 94.8 -
YUV 112.47 207.31 196.86 -
System Red Green Blue C M Y K H S L
Decimal 209 36 253 0.17 0.86 0 0.01 287.83 0.98 0.57
Hex D1 24 FD 11 56 0 1 120 62 39
Octal 321 44 375 21 126 0 1 440 142 71
Binary 11010001 100100 11111101 10001 1010110 0 1 100100000 1100010 111001

Color Harmonies of #D124FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D124FD

Black with #D124FD

Text Example


Text Example

White with #D124FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D124FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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