Html Css Color HEX #D911FB Psychedelic Purple

📋 copy color: '#D911FB'

red 217 ◦ green 17 ◦ blue 251

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

Shades of Psychedelic Purple #D911FB

Tints of Psychedelic Purple #D911FB

RGB

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

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

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

R = 44.74%
G = 3.51%
B = 51.75%

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

#D911FB (or 0xD911FB) is known color: Psychedelic Purple. HEX triplet: D9, 11 and FB. RGB value is (217,17,251). Sum of RGB (Red+Green+Blue) = 217+17+251=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #D911FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D911FB is #26EE04. Grayscale: #666666. Windows color (decimal): -2551301 or 16454105. OLE color: 16454105.

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

Color convert

RGB 217 17 251 -
CMYK 0.14 0.93 0 0.02
HSL 291.28º 0.97% 0.53% -
HSV(B) 291.28º 0.93% 0.98% -
XYZ 46.23 22.12 93.1 -
YUV 103.48 211.26 208.97 -
System Red Green Blue C M Y K H S L
Decimal 217 17 251 0.14 0.93 0 0.02 291.28 0.97 0.53
Hex D9 11 FB E 5D 0 2 123 61 35
Octal 331 21 373 16 135 0 2 443 141 65
Binary 11011001 10001 11111011 1110 1011101 0 10 100100011 1100001 110101

Color Harmonies of #D911FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D911FB

Black with #D911FB

Text Example


Text Example

White with #D911FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D911FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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