Html Css Color HEX #D31AFF Psychedelic Purple

📋 copy color: '#D31AFF'

red 211 ◦ green 26 ◦ blue 255

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

Shades of Psychedelic Purple #D31AFF

Tints of Psychedelic Purple #D31AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.83%

R = 42.89%
G = 5.28%
B = 51.83%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D31AFF (or 0xD31AFF) is known color: Psychedelic Purple. HEX triplet: D3, 1A and FF. RGB value is (211,26,255). Sum of RGB (Red+Green+Blue) = 211+26+255=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #D31AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31AFF is #2CE500. Grayscale: #6A6A6A. Windows color (decimal): -2942209 or 16718547. OLE color: 16718547.

HSL color Cylindrical-coordinate representation of color #D31AFF: hue angle of 288.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31AFF is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 26 255 -
CMYK 0.17 0.90 0 0
HSL 288.47º 1% 0.55% -
HSV(B) 288.47º 0.9% 1% -
XYZ 45.28 21.81 96.43 -
YUV 107.42 211.29 201.88 -
System Red Green Blue C M Y K H S L
Decimal 211 26 255 0.17 0.90 0 0 288.47 1 0.55
Hex D3 1A FF 11 5A 0 0 120 64 37
Octal 323 32 377 21 132 0 0 440 144 67
Binary 11010011 11010 11111111 10001 1011010 0 0 100100000 1100100 110111

Color Harmonies of #D31AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31AFF

Black with #D31AFF

Text Example


Text Example

White with #D31AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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