Html Css Color HEX #D311FB Psychedelic Purple

📋 copy color: '#D311FB'

red 211 ◦ green 17 ◦ blue 251

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

Shades of Psychedelic Purple #D311FB

Tints of Psychedelic Purple #D311FB

RGB

 RED value IS 211 (82.81% from 255) = 44.05%

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

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

R = 44.05%
G = 3.55%
B = 52.4%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D311FB (or 0xD311FB) is known color: Psychedelic Purple. HEX triplet: D3, 11 and FB. RGB value is (211,17,251). Sum of RGB (Red+Green+Blue) = 211+17+251=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #D311FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D311FB is #2CEE04. Grayscale: #646464. Windows color (decimal): -2944517 or 16454099. OLE color: 16454099.

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

Color convert

RGB 211 17 251 -
CMYK 0.16 0.93 0 0.02
HSL 289.74º 0.97% 0.53% -
HSV(B) 289.74º 0.93% 0.98% -
XYZ 44.48 21.21 93.02 -
YUV 101.68 212.27 205.97 -
System Red Green Blue C M Y K H S L
Decimal 211 17 251 0.16 0.93 0 0.02 289.74 0.97 0.53
Hex D3 11 FB 10 5D 0 2 122 61 35
Octal 323 21 373 20 135 0 2 442 141 65
Binary 11010011 10001 11111011 10000 1011101 0 10 100100010 1100001 110101

Color Harmonies of #D311FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D311FB

Black with #D311FB

Text Example


Text Example

White with #D311FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D311FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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