Html Css Color HEX #D017FD Psychedelic Purple

📋 copy color: '#D017FD'

red 208 ◦ green 23 ◦ blue 253

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

Shades of Psychedelic Purple #D017FD

Tints of Psychedelic Purple #D017FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 42.98%
G = 4.75%
B = 52.27%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D017FD (or 0xD017FD) is known color: Psychedelic Purple. HEX triplet: D0, 17 and FD. RGB value is (208,23,253). Sum of RGB (Red+Green+Blue) = 208+23+253=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #D017FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D017FD is #2FE802. Grayscale: #676767. Windows color (decimal): -3139587 or 16586704. OLE color: 16586704.

HSL color Cylindrical-coordinate representation of color #D017FD: hue angle of 288.26º degrees, saturation: 0.98, 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 #D017FD is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 23 253 -
CMYK 0.18 0.91 0 0.01
HSL 288.26º 0.98% 0.54% -
HSV(B) 288.26º 0.91% 0.99% -
XYZ 44.05 21.11 94.68 -
YUV 104.54 211.79 201.8 -
System Red Green Blue C M Y K H S L
Decimal 208 23 253 0.18 0.91 0 0.01 288.26 0.98 0.54
Hex D0 17 FD 12 5B 0 1 120 62 36
Octal 320 27 375 22 133 0 1 440 142 66
Binary 11010000 10111 11111101 10010 1011011 0 1 100100000 1100010 110110

Color Harmonies of #D017FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D017FD

Black with #D017FD

Text Example


Text Example

White with #D017FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D017FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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