Html Css Color HEX #D116FD Psychedelic Purple

📋 copy color: '#D116FD'

red 209 ◦ green 22 ◦ blue 253

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

Shades of Psychedelic Purple #D116FD

Tints of Psychedelic Purple #D116FD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.55%

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

R = 43.18%
G = 4.55%
B = 52.27%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D116FD (or 0xD116FD) is known color: Psychedelic Purple. HEX triplet: D1, 16 and FD. RGB value is (209,22,253). Sum of RGB (Red+Green+Blue) = 209+22+253=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #D116FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D116FD is #2EE902. Grayscale: #676767. Windows color (decimal): -3074307 or 16586449. OLE color: 16586449.

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

Color convert

RGB 209 22 253 -
CMYK 0.17 0.91 0 0.01
HSL 288.57º 0.98% 0.54% -
HSV(B) 288.57º 0.91% 0.99% -
XYZ 44.31 21.22 94.69 -
YUV 104.25 211.95 202.72 -
System Red Green Blue C M Y K H S L
Decimal 209 22 253 0.17 0.91 0 0.01 288.57 0.98 0.54
Hex D1 16 FD 11 5B 0 1 121 62 36
Octal 321 26 375 21 133 0 1 441 142 66
Binary 11010001 10110 11111101 10001 1011011 0 1 100100001 1100010 110110

Color Harmonies of #D116FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116FD

Black with #D116FD

Text Example


Text Example

White with #D116FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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