Html Css Color HEX #D811FE Psychedelic Purple

📋 copy color: '#D811FE'

red 216 ◦ green 17 ◦ blue 254

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

Shades of Psychedelic Purple #D811FE

Tints of Psychedelic Purple #D811FE

RGB

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

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

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

R = 44.35%
G = 3.49%
B = 52.16%

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

#D811FE (or 0xD811FE) is known color: Psychedelic Purple. HEX triplet: D8, 11 and FE. RGB value is (216,17,254). Sum of RGB (Red+Green+Blue) = 216+17+254=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #D811FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811FE is #27EE01. Grayscale: #666666. Windows color (decimal): -2616834 or 16650712. OLE color: 16650712.

HSL color Cylindrical-coordinate representation of color #D811FE: hue angle of 290.38º 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 #D811FE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 17 254 -
CMYK 0.15 0.93 0 0.00
HSL 290.38º 0.99% 0.53% -
HSV(B) 290.38º 0.93% 1% -
XYZ 46.41 22.16 95.6 -
YUV 103.52 212.93 208.23 -
System Red Green Blue C M Y K H S L
Decimal 216 17 254 0.15 0.93 0 0.00 290.38 0.99 0.53
Hex D8 11 FE F 5D 0 0 122 63 35
Octal 330 21 376 17 135 0 0 442 143 65
Binary 11011000 10001 11111110 1111 1011101 0 0 100100010 1100011 110101

Color Harmonies of #D811FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811FE

Black with #D811FE

Text Example


Text Example

White with #D811FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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