Html Css Color HEX #D31FF2 Psychedelic Purple

📋 copy color: '#D31FF2'

red 211 ◦ green 31 ◦ blue 242

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

Shades of Psychedelic Purple #D31FF2

Tints of Psychedelic Purple #D31FF2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.4%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 43.6%
G = 6.4%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D31FF2 (or 0xD31FF2) is known color: Psychedelic Purple. HEX triplet: D3, 1F and F2. RGB value is (211,31,242). Sum of RGB (Red+Green+Blue) = 211+31+242=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #D31FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FF2 is #2CE00D. Grayscale: #6C6C6C. Windows color (decimal): -2940942 or 15867859. OLE color: 15867859.

HSL color Cylindrical-coordinate representation of color #D31FF2: hue angle of 291.18º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31FF2 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 31 242 -
CMYK 0.13 0.87 0 0.05
HSL 291.18º 0.89% 0.54% -
HSV(B) 291.18º 0.87% 0.95% -
XYZ 43.38 21.24 85.82 -
YUV 108.87 203.13 200.84 -
System Red Green Blue C M Y K H S L
Decimal 211 31 242 0.13 0.87 0 0.05 291.18 0.89 0.54
Hex D3 1F F2 D 57 0 5 123 59 36
Octal 323 37 362 15 127 0 5 443 131 66
Binary 11010011 11111 11110010 1101 1010111 0 101 100100011 1011001 110110

Color Harmonies of #D31FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31FF2

Black with #D31FF2

Text Example


Text Example

White with #D31FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31FF2; }

 p { color: rgb(211,31,242); }

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

background-color css

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

 a { background-color: rgb(211,31,242); }

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

border-color css

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

 span { border-color: rgb(211,31,242); }

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