Html Css Color HEX #D115FD Psychedelic Purple

📋 copy color: '#D115FD'

red 209 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #D115FD

Tints of Psychedelic Purple #D115FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.35%

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

R = 43.27%
G = 4.35%
B = 52.38%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D115FD (or 0xD115FD) is known color: Psychedelic Purple. HEX triplet: D1, 15 and FD. RGB value is (209,21,253). Sum of RGB (Red+Green+Blue) = 209+21+253=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #D115FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115FD is #2EEA02. Grayscale: #666666. Windows color (decimal): -3074563 or 16586193. OLE color: 16586193.

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

Color convert

RGB 209 21 253 -
CMYK 0.17 0.92 0 0.01
HSL 288.62º 0.98% 0.54% -
HSV(B) 288.62º 0.92% 0.99% -
XYZ 44.29 21.18 94.68 -
YUV 103.66 212.28 203.14 -
System Red Green Blue C M Y K H S L
Decimal 209 21 253 0.17 0.92 0 0.01 288.62 0.98 0.54
Hex D1 15 FD 11 5C 0 1 121 62 36
Octal 321 25 375 21 134 0 1 441 142 66
Binary 11010001 10101 11111101 10001 1011100 0 1 100100001 1100010 110110

Color Harmonies of #D115FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D115FD

Black with #D115FD

Text Example


Text Example

White with #D115FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D115FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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