Html Css Color HEX #D017EE Psychedelic Purple

📋 copy color: '#D017EE'

red 208 ◦ green 23 ◦ blue 238

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

Shades of Psychedelic Purple #D017EE

Tints of Psychedelic Purple #D017EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 44.35%
G = 4.9%
B = 50.75%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D017EE (or 0xD017EE) is known color: Psychedelic Purple. HEX triplet: D0, 17 and EE. RGB value is (208,23,238). Sum of RGB (Red+Green+Blue) = 208+23+238=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #D017EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017EE is #2FE811. Grayscale: #666666. Windows color (decimal): -3139602 or 15603664. OLE color: 15603664.

HSL color Cylindrical-coordinate representation of color #D017EE: hue angle of 291.63º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D017EE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 23 238 -
CMYK 0.13 0.90 0 0.07
HSL 291.63º 0.86% 0.51% -
HSV(B) 291.63º 0.9% 0.93% -
XYZ 41.75 20.2 82.59 -
YUV 102.83 204.29 203.02 -
System Red Green Blue C M Y K H S L
Decimal 208 23 238 0.13 0.90 0 0.07 291.63 0.86 0.51
Hex D0 17 EE D 5A 0 7 124 56 33
Octal 320 27 356 15 132 0 7 444 126 63
Binary 11010000 10111 11101110 1101 1011010 0 111 100100100 1010110 110011

Color Harmonies of #D017EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017EE

Black with #D017EE

Text Example


Text Example

White with #D017EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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