Html Css Color HEX #D018FD Psychedelic Purple

📋 copy color: '#D018FD'

red 208 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #D018FD

Tints of Psychedelic Purple #D018FD

RGB

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

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

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

R = 42.89%
G = 4.95%
B = 52.16%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D018FD (or 0xD018FD) is known color: Psychedelic Purple. HEX triplet: D0, 18 and FD. RGB value is (208,24,253). Sum of RGB (Red+Green+Blue) = 208+24+253=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 24 (9.77% from 255 or 4.95% 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 #D018FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018FD is #2FE702. Grayscale: #686868. Windows color (decimal): -3139331 or 16586960. OLE color: 16586960.

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

Color convert

RGB 208 24 253 -
CMYK 0.18 0.91 0 0.01
HSL 288.21º 0.98% 0.54% -
HSV(B) 288.21º 0.91% 0.99% -
XYZ 44.07 21.16 94.69 -
YUV 105.12 211.46 201.38 -
System Red Green Blue C M Y K H S L
Decimal 208 24 253 0.18 0.91 0 0.01 288.21 0.98 0.54
Hex D0 18 FD 12 5B 0 1 120 62 36
Octal 320 30 375 22 133 0 1 440 142 66
Binary 11010000 11000 11111101 10010 1011011 0 1 100100000 1100010 110110

Color Harmonies of #D018FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018FD

Black with #D018FD

Text Example


Text Example

White with #D018FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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