Html Css Color HEX #D017EF Psychedelic Purple

📋 copy color: '#D017EF'

red 208 ◦ green 23 ◦ blue 239

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

Shades of Psychedelic Purple #D017EF

Tints of Psychedelic Purple #D017EF

RGB

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

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

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

R = 44.26%
G = 4.89%
B = 50.85%

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

#D017EF (or 0xD017EF) is known color: Psychedelic Purple. HEX triplet: D0, 17 and EF. RGB value is (208,23,239). Sum of RGB (Red+Green+Blue) = 208+23+239=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #D017EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017EF is #2FE810. Grayscale: #666666. Windows color (decimal): -3139601 or 15669200. OLE color: 15669200.

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

Color convert

RGB 208 23 239 -
CMYK 0.13 0.90 0 0.06
HSL 291.39º 0.87% 0.51% -
HSV(B) 291.39º 0.9% 0.94% -
XYZ 41.9 20.25 83.36 -
YUV 102.94 204.79 202.94 -
System Red Green Blue C M Y K H S L
Decimal 208 23 239 0.13 0.90 0 0.06 291.39 0.87 0.51
Hex D0 17 EF D 5A 0 6 123 57 33
Octal 320 27 357 15 132 0 6 443 127 63
Binary 11010000 10111 11101111 1101 1011010 0 110 100100011 1010111 110011

Color Harmonies of #D017EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017EF

Black with #D017EF

Text Example


Text Example

White with #D017EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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