Html Css Color HEX #D017F7 Psychedelic Purple

📋 copy color: '#D017F7'

red 208 ◦ green 23 ◦ blue 247

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

Shades of Psychedelic Purple #D017F7

Tints of Psychedelic Purple #D017F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 43.51%
G = 4.81%
B = 51.67%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D017F7 (or 0xD017F7) is known color: Psychedelic Purple. HEX triplet: D0, 17 and F7. RGB value is (208,23,247). Sum of RGB (Red+Green+Blue) = 208+23+247=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #D017F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017F7 is #2FE808. Grayscale: #676767. Windows color (decimal): -3139593 or 16193488. OLE color: 16193488.

HSL color Cylindrical-coordinate representation of color #D017F7: hue angle of 289.55º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D017F7 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 23 247 -
CMYK 0.16 0.91 0 0.03
HSL 289.55º 0.93% 0.53% -
HSV(B) 289.55º 0.91% 0.97% -
XYZ 43.11 20.74 89.73 -
YUV 103.85 208.79 202.29 -
System Red Green Blue C M Y K H S L
Decimal 208 23 247 0.16 0.91 0 0.03 289.55 0.93 0.53
Hex D0 17 F7 10 5B 0 3 122 5D 35
Octal 320 27 367 20 133 0 3 442 135 65
Binary 11010000 10111 11110111 10000 1011011 0 11 100100010 1011101 110101

Color Harmonies of #D017F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017F7

Black with #D017F7

Text Example


Text Example

White with #D017F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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