Html Css Color HEX #D017FC Psychedelic Purple

📋 copy color: '#D017FC'

red 208 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #D017FC

Tints of Psychedelic Purple #D017FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 43.06%
G = 4.76%
B = 52.17%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D017FC (or 0xD017FC) is known color: Psychedelic Purple. HEX triplet: D0, 17 and FC. RGB value is (208,23,252). Sum of RGB (Red+Green+Blue) = 208+23+252=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #D017FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017FC is #2FE803. Grayscale: #676767. Windows color (decimal): -3139588 or 16521168. OLE color: 16521168.

HSL color Cylindrical-coordinate representation of color #D017FC: hue angle of 288.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D017FC is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 23 252 -
CMYK 0.17 0.91 0 0.01
HSL 288.47º 0.97% 0.54% -
HSV(B) 288.47º 0.91% 0.99% -
XYZ 43.89 21.05 93.85 -
YUV 104.42 211.29 201.88 -
System Red Green Blue C M Y K H S L
Decimal 208 23 252 0.17 0.91 0 0.01 288.47 0.97 0.54
Hex D0 17 FC 11 5B 0 1 120 61 36
Octal 320 27 374 21 133 0 1 440 141 66
Binary 11010000 10111 11111100 10001 1011011 0 1 100100000 1100001 110110

Color Harmonies of #D017FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017FC

Black with #D017FC

Text Example


Text Example

White with #D017FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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