Html Css Color HEX #D117FD Psychedelic Purple

📋 copy color: '#D117FD'

red 209 ◦ green 23 ◦ blue 253

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

Shades of Psychedelic Purple #D117FD

Tints of Psychedelic Purple #D117FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.74%

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

R = 43.09%
G = 4.74%
B = 52.16%

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

#D117FD (or 0xD117FD) is known color: Psychedelic Purple. HEX triplet: D1, 17 and FD. RGB value is (209,23,253). Sum of RGB (Red+Green+Blue) = 209+23+253=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #D117FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D117FD is #2EE802. Grayscale: #686868. Windows color (decimal): -3074051 or 16586705. OLE color: 16586705.

HSL color Cylindrical-coordinate representation of color #D117FD: hue angle of 288.52º 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 #D117FD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 23 253 -
CMYK 0.17 0.91 0 0.01
HSL 288.52º 0.98% 0.54% -
HSV(B) 288.52º 0.91% 0.99% -
XYZ 44.33 21.26 94.7 -
YUV 104.83 211.62 202.3 -
System Red Green Blue C M Y K H S L
Decimal 209 23 253 0.17 0.91 0 0.01 288.52 0.98 0.54
Hex D1 17 FD 11 5B 0 1 121 62 36
Octal 321 27 375 21 133 0 1 441 142 66
Binary 11010001 10111 11111101 10001 1011011 0 1 100100001 1100010 110110

Color Harmonies of #D117FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117FD

Black with #D117FD

Text Example


Text Example

White with #D117FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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