Html Css Color HEX #D31AFB Psychedelic Purple

📋 copy color: '#D31AFB'

red 211 ◦ green 26 ◦ blue 251

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

Shades of Psychedelic Purple #D31AFB

Tints of Psychedelic Purple #D31AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.33%

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

R = 43.24%
G = 5.33%
B = 51.43%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D31AFB (or 0xD31AFB) is known color: Psychedelic Purple. HEX triplet: D3, 1A and FB. RGB value is (211,26,251). Sum of RGB (Red+Green+Blue) = 211+26+251=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #D31AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AFB is #2CE504. Grayscale: #6A6A6A. Windows color (decimal): -2942213 or 16456403. OLE color: 16456403.

HSL color Cylindrical-coordinate representation of color #D31AFB: hue angle of 289.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31AFB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 26 251 -
CMYK 0.16 0.90 0 0.02
HSL 289.33º 0.97% 0.54% -
HSV(B) 289.33º 0.9% 0.98% -
XYZ 44.65 21.55 93.07 -
YUV 106.97 209.29 202.2 -
System Red Green Blue C M Y K H S L
Decimal 211 26 251 0.16 0.90 0 0.02 289.33 0.97 0.54
Hex D3 1A FB 10 5A 0 2 121 61 36
Octal 323 32 373 20 132 0 2 441 141 66
Binary 11010011 11010 11111011 10000 1011010 0 10 100100001 1100001 110110

Color Harmonies of #D31AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AFB

Black with #D31AFB

Text Example


Text Example

White with #D31AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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