Html Css Color HEX #D817FC Psychedelic Purple

📋 copy color: '#D817FC'

red 216 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #D817FC

Tints of Psychedelic Purple #D817FC

RGB

 RED value IS 216 (84.77% from 255) = 43.99%

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

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

R = 43.99%
G = 4.68%
B = 51.32%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D817FC (or 0xD817FC) is known color: Psychedelic Purple. HEX triplet: D8, 17 and FC. RGB value is (216,23,252). Sum of RGB (Red+Green+Blue) = 216+23+252=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #D817FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D817FC is #27E803. Grayscale: #6A6A6A. Windows color (decimal): -2615300 or 16521176. OLE color: 16521176.

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

Color convert

RGB 216 23 252 -
CMYK 0.14 0.91 0 0.01
HSL 290.57º 0.97% 0.54% -
HSV(B) 290.57º 0.91% 0.99% -
XYZ 46.2 22.24 93.95 -
YUV 106.81 209.94 205.88 -
System Red Green Blue C M Y K H S L
Decimal 216 23 252 0.14 0.91 0 0.01 290.57 0.97 0.54
Hex D8 17 FC E 5B 0 1 123 61 36
Octal 330 27 374 16 133 0 1 443 141 66
Binary 11011000 10111 11111100 1110 1011011 0 1 100100011 1100001 110110

Color Harmonies of #D817FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817FC

Black with #D817FC

Text Example


Text Example

White with #D817FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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