Html Css Color HEX #D018EF Psychedelic Purple

📋 copy color: '#D018EF'

red 208 ◦ green 24 ◦ blue 239

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

Shades of Psychedelic Purple #D018EF

Tints of Psychedelic Purple #D018EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 44.16%
G = 5.1%
B = 50.74%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D018EF (or 0xD018EF) is known color: Psychedelic Purple. HEX triplet: D0, 18 and EF. RGB value is (208,24,239). Sum of RGB (Red+Green+Blue) = 208+24+239=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #D018EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018EF is #2FE710. Grayscale: #666666. Windows color (decimal): -3139345 or 15669456. OLE color: 15669456.

HSL color Cylindrical-coordinate representation of color #D018EF: hue angle of 291.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D018EF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 24 239 -
CMYK 0.13 0.90 0 0.06
HSL 291.35º 0.87% 0.52% -
HSV(B) 291.35º 0.9% 0.94% -
XYZ 41.92 20.3 83.37 -
YUV 103.53 204.46 202.52 -
System Red Green Blue C M Y K H S L
Decimal 208 24 239 0.13 0.90 0 0.06 291.35 0.87 0.52
Hex D0 18 EF D 5A 0 6 123 57 34
Octal 320 30 357 15 132 0 6 443 127 64
Binary 11010000 11000 11101111 1101 1011010 0 110 100100011 1010111 110100

Color Harmonies of #D018EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018EF

Black with #D018EF

Text Example


Text Example

White with #D018EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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