Html Css Color HEX #D018FE Psychedelic Purple

📋 copy color: '#D018FE'

red 208 ◦ green 24 ◦ blue 254

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

Shades of Psychedelic Purple #D018FE

Tints of Psychedelic Purple #D018FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 42.8%
G = 4.94%
B = 52.26%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D018FE (or 0xD018FE) is known color: Psychedelic Purple. HEX triplet: D0, 18 and FE. RGB value is (208,24,254). Sum of RGB (Red+Green+Blue) = 208+24+254=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #D018FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018FE is #2FE701. Grayscale: #686868. Windows color (decimal): -3139330 or 16652496. OLE color: 16652496.

HSL color Cylindrical-coordinate representation of color #D018FE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D018FE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 24 254 -
CMYK 0.18 0.91 0 0.00
HSL 288º 0.99% 0.55% -
HSV(B) 288º 0.91% 1% -
XYZ 44.23 21.22 95.53 -
YUV 105.24 211.96 201.3 -
System Red Green Blue C M Y K H S L
Decimal 208 24 254 0.18 0.91 0 0.00 288 0.99 0.55
Hex D0 18 FE 12 5B 0 0 120 63 37
Octal 320 30 376 22 133 0 0 440 143 67
Binary 11010000 11000 11111110 10010 1011011 0 0 100100000 1100011 110111

Color Harmonies of #D018FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018FE

Black with #D018FE

Text Example


Text Example

White with #D018FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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