Html Css Color HEX #D911FE Psychedelic Purple

📋 copy color: '#D911FE'

red 217 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #D911FE

Tints of Psychedelic Purple #D911FE

RGB

 RED value IS 217 (85.16% from 255) = 44.47%

 GREEN value IS 17 (7.03% from 255) = 3.48%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 44.47%
G = 3.48%
B = 52.05%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D911FE (or 0xD911FE) is known color: Psychedelic Purple. HEX triplet: D9, 11 and FE. RGB value is (217,17,254). Sum of RGB (Red+Green+Blue) = 217+17+254=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #D911FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D911FE is #26EE01. Grayscale: #676767. Windows color (decimal): -2551298 or 16650713. OLE color: 16650713.

HSL color Cylindrical-coordinate representation of color #D911FE: hue angle of 290.63º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D911FE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 17 254 -
CMYK 0.15 0.93 0 0.00
HSL 290.63º 0.99% 0.53% -
HSV(B) 290.63º 0.93% 1% -
XYZ 46.71 22.31 95.61 -
YUV 103.82 212.76 208.73 -
System Red Green Blue C M Y K H S L
Decimal 217 17 254 0.15 0.93 0 0.00 290.63 0.99 0.53
Hex D9 11 FE F 5D 0 0 123 63 35
Octal 331 21 376 17 135 0 0 443 143 65
Binary 11011001 10001 11111110 1111 1011101 0 0 100100011 1100011 110101

Color Harmonies of #D911FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911FE

Black with #D911FE

Text Example


Text Example

White with #D911FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911FE; }

 p { color: rgb(217,17,254); }

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

background-color css

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

 a { background-color: rgb(217,17,254); }

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

border-color css

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

 span { border-color: rgb(217,17,254); }

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