Html Css Color HEX #D018EA Psychedelic Purple

📋 copy color: '#D018EA'

red 208 ◦ green 24 ◦ blue 234

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

Shades of Psychedelic Purple #D018EA

Tints of Psychedelic Purple #D018EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 44.64%
G = 5.15%
B = 50.21%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D018EA (or 0xD018EA) is known color: Psychedelic Purple. HEX triplet: D0, 18 and EA. RGB value is (208,24,234). Sum of RGB (Red+Green+Blue) = 208+24+234=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #D018EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018EA is #2FE715. Grayscale: #666666. Windows color (decimal): -3139350 or 15341776. OLE color: 15341776.

HSL color Cylindrical-coordinate representation of color #D018EA: hue angle of 292.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D018EA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 24 234 -
CMYK 0.11 0.90 0 0.08
HSL 292.57º 0.83% 0.51% -
HSV(B) 292.57º 0.9% 0.92% -
XYZ 41.19 20 79.53 -
YUV 102.96 201.96 202.92 -
System Red Green Blue C M Y K H S L
Decimal 208 24 234 0.11 0.90 0 0.08 292.57 0.83 0.51
Hex D0 18 EA B 5A 0 8 125 53 33
Octal 320 30 352 13 132 0 10 445 123 63
Binary 11010000 11000 11101010 1011 1011010 0 1000 100100101 1010011 110011

Color Harmonies of #D018EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018EA

Black with #D018EA

Text Example


Text Example

White with #D018EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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