Html Css Color HEX #D811FB Psychedelic Purple

📋 copy color: '#D811FB'

red 216 ◦ green 17 ◦ blue 251

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

Shades of Psychedelic Purple #D811FB

Tints of Psychedelic Purple #D811FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 44.63%
G = 3.51%
B = 51.86%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D811FB (or 0xD811FB) is known color: Psychedelic Purple. HEX triplet: D8, 11 and FB. RGB value is (216,17,251). Sum of RGB (Red+Green+Blue) = 216+17+251=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #D811FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D811FB is #27EE04. Grayscale: #666666. Windows color (decimal): -2616837 or 16454104. OLE color: 16454104.

HSL color Cylindrical-coordinate representation of color #D811FB: hue angle of 291.03º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D811FB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 17 251 -
CMYK 0.14 0.93 0 0.02
HSL 291.03º 0.97% 0.53% -
HSV(B) 291.03º 0.93% 0.98% -
XYZ 45.93 21.96 93.09 -
YUV 103.18 211.43 208.47 -
System Red Green Blue C M Y K H S L
Decimal 216 17 251 0.14 0.93 0 0.02 291.03 0.97 0.53
Hex D8 11 FB E 5D 0 2 123 61 35
Octal 330 21 373 16 135 0 2 443 141 65
Binary 11011000 10001 11111011 1110 1011101 0 10 100100011 1100001 110101

Color Harmonies of #D811FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811FB

Black with #D811FB

Text Example


Text Example

White with #D811FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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