Html Css Color HEX #D018FA Psychedelic Purple

📋 copy color: '#D018FA'

red 208 ◦ green 24 ◦ blue 250

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

Shades of Psychedelic Purple #D018FA

Tints of Psychedelic Purple #D018FA

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

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

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

R = 43.15%
G = 4.98%
B = 51.87%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D018FA (or 0xD018FA) is known color: Psychedelic Purple. HEX triplet: D0, 18 and FA. RGB value is (208,24,250). Sum of RGB (Red+Green+Blue) = 208+24+250=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #D018FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018FA is #2FE705. Grayscale: #686868. Windows color (decimal): -3139334 or 16390352. OLE color: 16390352.

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

Color convert

RGB 208 24 250 -
CMYK 0.17 0.90 0 0.02
HSL 288.85º 0.96% 0.54% -
HSV(B) 288.85º 0.9% 0.98% -
XYZ 43.59 20.97 92.19 -
YUV 104.78 209.96 201.62 -
System Red Green Blue C M Y K H S L
Decimal 208 24 250 0.17 0.90 0 0.02 288.85 0.96 0.54
Hex D0 18 FA 11 5A 0 2 121 60 36
Octal 320 30 372 21 132 0 2 441 140 66
Binary 11010000 11000 11111010 10001 1011010 0 10 100100001 1100000 110110

Color Harmonies of #D018FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018FA

Black with #D018FA

Text Example


Text Example

White with #D018FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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