Html Css Color HEX #D118FA Psychedelic Purple

📋 copy color: '#D118FA'

red 209 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #D118FA

Tints of Psychedelic Purple #D118FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.97%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 43.27%
G = 4.97%
B = 51.76%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D118FA (or 0xD118FA) is known color: Psychedelic Purple. HEX triplet: D1, 18 and FA. RGB value is (209,24,250). Sum of RGB (Red+Green+Blue) = 209+24+250=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D118FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D118FA is #2EE705. Grayscale: #686868. Windows color (decimal): -3073798 or 16390353. OLE color: 16390353.

HSL color Cylindrical-coordinate representation of color #D118FA: hue angle of 289.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D118FA is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 24 250 -
CMYK 0.16 0.90 0 0.02
HSL 289.12º 0.96% 0.54% -
HSV(B) 289.12º 0.9% 0.98% -
XYZ 43.88 21.11 92.2 -
YUV 105.08 209.79 202.12 -
System Red Green Blue C M Y K H S L
Decimal 209 24 250 0.16 0.90 0 0.02 289.12 0.96 0.54
Hex D1 18 FA 10 5A 0 2 121 60 36
Octal 321 30 372 20 132 0 2 441 140 66
Binary 11010001 11000 11111010 10000 1011010 0 10 100100001 1100000 110110

Color Harmonies of #D118FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118FA

Black with #D118FA

Text Example


Text Example

White with #D118FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118FA; }

 p { color: rgb(209,24,250); }

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

background-color css

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

 a { background-color: rgb(209,24,250); }

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

border-color css

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

 span { border-color: rgb(209,24,250); }

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