Html Css Color HEX #D018EB Psychedelic Purple

📋 copy color: '#D018EB'

red 208 ◦ green 24 ◦ blue 235

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

Shades of Psychedelic Purple #D018EB

Tints of Psychedelic Purple #D018EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 44.54%
G = 5.14%
B = 50.32%

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

#D018EB (or 0xD018EB) is known color: Psychedelic Purple. HEX triplet: D0, 18 and EB. RGB value is (208,24,235). Sum of RGB (Red+Green+Blue) = 208+24+235=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #D018EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018EB is #2FE714. Grayscale: #666666. Windows color (decimal): -3139349 or 15407312. OLE color: 15407312.

HSL color Cylindrical-coordinate representation of color #D018EB: hue angle of 292.32º degrees, saturation: 0.84, 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 #D018EB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 24 235 -
CMYK 0.11 0.90 0 0.08
HSL 292.32º 0.84% 0.51% -
HSV(B) 292.32º 0.9% 0.92% -
XYZ 41.33 20.06 80.29 -
YUV 103.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 208 24 235 0.11 0.90 0 0.08 292.32 0.84 0.51
Hex D0 18 EB B 5A 0 8 124 54 33
Octal 320 30 353 13 132 0 10 444 124 63
Binary 11010000 11000 11101011 1011 1011010 0 1000 100100100 1010100 110011

Color Harmonies of #D018EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018EB

Black with #D018EB

Text Example


Text Example

White with #D018EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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