Html Css Color HEX #D017EB Psychedelic Purple

📋 copy color: '#D017EB'

red 208 ◦ green 23 ◦ blue 235

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

Shades of Psychedelic Purple #D017EB

Tints of Psychedelic Purple #D017EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.94%

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

R = 44.64%
G = 4.94%
B = 50.43%

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

#D017EB (or 0xD017EB) is known color: Psychedelic Purple. HEX triplet: D0, 17 and EB. RGB value is (208,23,235). Sum of RGB (Red+Green+Blue) = 208+23+235=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #D017EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017EB is #2FE814. Grayscale: #656565. Windows color (decimal): -3139605 or 15407056. OLE color: 15407056.

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

Color convert

RGB 208 23 235 -
CMYK 0.11 0.90 0 0.08
HSL 292.36º 0.84% 0.51% -
HSV(B) 292.36º 0.9% 0.92% -
XYZ 41.31 20.02 80.28 -
YUV 102.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 208 23 235 0.11 0.90 0 0.08 292.36 0.84 0.51
Hex D0 17 EB B 5A 0 8 124 54 33
Octal 320 27 353 13 132 0 10 444 124 63
Binary 11010000 10111 11101011 1011 1011010 0 1000 100100100 1010100 110011

Color Harmonies of #D017EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017EB

Black with #D017EB

Text Example


Text Example

White with #D017EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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