Html Css Color HEX #D121FD Psychedelic Purple

📋 copy color: '#D121FD'

red 209 ◦ green 33 ◦ blue 253

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

Shades of Psychedelic Purple #D121FD

Tints of Psychedelic Purple #D121FD

RGB

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

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

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

R = 42.22%
G = 6.67%
B = 51.11%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D121FD (or 0xD121FD) is known color: Psychedelic Purple. HEX triplet: D1, 21 and FD. RGB value is (209,33,253). Sum of RGB (Red+Green+Blue) = 209+33+253=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 33 (13.28% from 255 or 6.67% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #D121FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D121FD is #2EDE02. Grayscale: #6D6D6D. Windows color (decimal): -3071491 or 16589265. OLE color: 16589265.

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

Color convert

RGB 209 33 253 -
CMYK 0.17 0.87 0 0.01
HSL 288º 0.98% 0.56% -
HSV(B) 288º 0.87% 0.99% -
XYZ 44.57 21.73 94.77 -
YUV 110.7 208.31 198.11 -
System Red Green Blue C M Y K H S L
Decimal 209 33 253 0.17 0.87 0 0.01 288 0.98 0.56
Hex D1 21 FD 11 57 0 1 120 62 38
Octal 321 41 375 21 127 0 1 440 142 70
Binary 11010001 100001 11111101 10001 1010111 0 1 100100000 1100010 111000

Color Harmonies of #D121FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D121FD

Black with #D121FD

Text Example


Text Example

White with #D121FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D121FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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