Html Css Color HEX #D31BFF Psychedelic Purple

📋 copy color: '#D31BFF'

red 211 ◦ green 27 ◦ blue 255

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

Shades of Psychedelic Purple #D31BFF

Tints of Psychedelic Purple #D31BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.48%

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

R = 42.8%
G = 5.48%
B = 51.72%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D31BFF (or 0xD31BFF) is known color: Psychedelic Purple. HEX triplet: D3, 1B and FF. RGB value is (211,27,255). Sum of RGB (Red+Green+Blue) = 211+27+255=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #D31BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31BFF is #2CE400. Grayscale: #6B6B6B. Windows color (decimal): -2941953 or 16718803. OLE color: 16718803.

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

Color convert

RGB 211 27 255 -
CMYK 0.17 0.89 0 0
HSL 288.42º 1% 0.55% -
HSV(B) 288.42º 0.89% 1% -
XYZ 45.31 21.85 96.44 -
YUV 108.01 210.96 201.46 -
System Red Green Blue C M Y K H S L
Decimal 211 27 255 0.17 0.89 0 0 288.42 1 0.55
Hex D3 1B FF 11 59 0 0 120 64 37
Octal 323 33 377 21 131 0 0 440 144 67
Binary 11010011 11011 11111111 10001 1011001 0 0 100100000 1100100 110111

Color Harmonies of #D31BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31BFF

Black with #D31BFF

Text Example


Text Example

White with #D31BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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